d8-contrib-modules / ga_login

DEPRECATED - MOVED TO DRUPAL.ORG -- https://www.drupal.org/project/ga_login
1 stars 1 forks source link

Simplify the Config UX to better explain HOTP vs TOTP #7

Open aweingarten opened 8 years ago

aweingarten commented 8 years ago

As a developer I would like the config screen here admin/config/people/tfa to do a better job explaining the difference between HOTP(one time code) vs TOTP(time based codes). I had to do a LOT of searching to understand what they were before I realized that the default most people want is TOTP

therealssj commented 8 years ago

Yes, this is true. I see that in Drupal modules have these help pages where information related to the module is provided, what do you feel is better, information on the help page or directly on admin config page at admin/config/people/tfa

Maybe @nerdstein can provide some input as well.

nerdstein commented 8 years ago

i think we should do a little of everything.

First, when your selecting, TOTP should probably be the first and default option.

Second, the selection should probably be "Time based code (TOTP)" and "One time code (HOTP)".

Third, I think a little bit of documentation on the form, as help pages, and in the readme.

My ten cents...