-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UX: Focus the confirmation code field while configuring the TOTP method #159
Comments
Worth doing. |
I found the mental and physical separation between the TOTP code field and the "update profile" button (at the bottom of the page, off-screen) confusing when I set this up. Adding another button right beneath the code field which does the same action as the update profile button -- and is obviously meant to be clicked after the code has been entered -- would make this feel much smoother. It could only become clickable when 6 digits are entered in the field. As it was, enough time had passed between my entering the code and finally clicking "update profile" that TOTP failed to register, but it did so silently. Then I attempted to log in w/ 2FA in a private browser window, and it told me to use my backup codes, which was very confusing. |
While I'm doing pull-requests... here's a one line diff that modifies the inline jQuery to autofocus the field when the TOTP DIV expands. I'd submit a PR, but I'm having Grunt issues trying to compile the JS (
|
@thrijith yes if the checkbox gets enabled for Authenticator app then focusing into the Authentication Code field is what's desired here |
When configuring the “Time Based One-time Password” (TOTP) method the process is to scan a QR code, then enter a confirmation code generated from your TOTP app.
It would be convenient if the UI focussed the field to enter the confirmation code, so you didn’t need to mouse or tab into it manually.
The text was updated successfully, but these errors were encountered: