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

Stop using browser modals #29

Open
andrewda opened this issue Jun 17, 2017 · 3 comments
Open

Stop using browser modals #29

andrewda opened this issue Jun 17, 2017 · 3 comments

Comments

@andrewda
Copy link
Contributor

Currently, at the double check milestones (2, 4, 8, 16) the user is prompted to enter their password into a plain text JavaScript prompt. We need to find a better way to do this because we don't want the user entering their password in a plain, non obfuscated text field.

@download13
Copy link

Using the autocomplete="off" attribute on an input field is supposed to prevent the browser from caching it's contents.

A check box could be used to make the password visible to the user if they want. This is the method used in Keepass for example.

@andrewda
Copy link
Contributor Author

@download13 Yea, that sounds good.

@homakov
Copy link
Member

homakov commented Jun 18, 2017

Yes, in fact we can call this issue to get rid of using any browser modals as they are ugly.

@andrewda andrewda changed the title Find a better way to double check password Stop using browser modals Jun 18, 2017
@menzow menzow mentioned this issue Jun 19, 2017
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