Skip to content
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

Login button should have a submit and submitted state #12

Open
kenlimmj opened this issue Jul 17, 2013 · 0 comments
Open

Login button should have a submit and submitted state #12

kenlimmj opened this issue Jul 17, 2013 · 0 comments
Milestone

Comments

@kenlimmj
Copy link
Member

Current behaviour:

After entering the username/password and clicking login, the button appears to freeze in the active state while the login is being processed. On a slow connection, this leaves the user wondering if the login is indeed being processed (because there's no indicator otherwise) and if he/she should click the button again.

Proposed behaviour:

On clicking "login", the button state is disabled and the button value is switched to "Logging In". The error "Wrong username/password combination. Try again" should be an active dialog box (i.e. it freezes the rest of the window until it's closed) since it's an important alert and not just a progress update. Once the user has successfully logged in, the login button should be disabled to prevent accidental clicking resulting in a re-send of credentials.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant