You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user fills in his credentials in the "default" mode (which is sign in), and then realizes he should have made a new account instead and clicks on register, the purpose of the fields changes, but the contents is not updated accordingly.
The second field is the password field, but becomes the e-mail field. When a user has already filled in something and then clicks on register, the password mask is removed, and the password is exposed.
What I would have expected is that either the fields are made empty, or that the contents of the fields is moved according with the purpose change of the fields.
Perhaps it would be wise not to reuse the fields, but to create two text fields which can only be used for login and three text fields which are used for the registration process, and keep the data separate accordingly.
The text was updated successfully, but these errors were encountered:
When a user fills in his credentials in the "default" mode (which is
sign in
), and then realizes he should have made a new account instead and clicks onregister
, the purpose of the fields changes, but the contents is not updated accordingly.The second field is the password field, but becomes the e-mail field. When a user has already filled in something and then clicks on register, the password mask is removed, and the password is exposed.
What I would have expected is that either the fields are made empty, or that the contents of the fields is moved according with the purpose change of the fields.
Perhaps it would be wise not to reuse the fields, but to create two text fields which can only be used for login and three text fields which are used for the registration process, and keep the data separate accordingly.
The text was updated successfully, but these errors were encountered: