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

When switching from sign in to register, a filled in password gets exposed #88

Open
mauritslamers opened this issue Jan 4, 2017 · 3 comments

Comments

@mauritslamers
Copy link

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.

@timbrandin
Copy link
Member

What version are you on? We had a solution for this, but this could be a regression in that case.

@mauritslamers
Copy link
Author

Version 1.1.9 according to the contents of ~/.meteor/packages/accounts-ui

@timbrandin
Copy link
Member

Could you try this on the latest version 1.2.16, we did some work on remembering previously entered values to fields in around 1.2.10. @mauritslamers

@Elviron Elviron closed this as completed Feb 8, 2018
@Elviron Elviron reopened this Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants