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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: