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

Create hashed password "alert" the same way as the password prompt #4

Open
waldyrious opened this issue Nov 15, 2011 · 3 comments
Open
Labels

Comments

@waldyrious
Copy link
Owner

That is: instead of using a regular javascript prompt dialog, display the password using a div overlay, with same CSS style as the initial password prompt currently produced by the javascript code.

Also, it could probably be initially masked, with a button to unmask. But then again, the random passwords generated by the hash are quite hard to memorize, so this shouldn't be a big deal to expose them briefly (besides, they only appear displayed to the user if no password input box is found on the page, which shouldn't be a common case)

@sergiolaranjeira
Copy link
Collaborator

Between Today and tomorrow I will help you on all of these tasks. No problem.

@waldyrious
Copy link
Owner Author

Nice :) I've already talked to Abel and thursday we should meet to finish up some stuff.

@waldyrious
Copy link
Owner Author

It might be interesting to use the <dialog> element once it's implemented in browsers :)

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

No branches or pull requests

2 participants