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

Password Plugin: Show password requirements #105

Open
dabonzo opened this issue Nov 6, 2020 · 1 comment
Open

Password Plugin: Show password requirements #105

dabonzo opened this issue Nov 6, 2020 · 1 comment

Comments

@dabonzo
Copy link

dabonzo commented Nov 6, 2020

Is there a possibility to show what the password requirements are before we hit send ?
Something like that (with js)

at least 1 lowercase letter
at least 1 uppercase letter
at least 1 symbol
at least 1 number

and requirements that are not met are red, those who are met green.

Or at least a text showing the requirements. Otherwise the user has to guess what the requirements are

@jult
Copy link

jult commented Jul 5, 2024

Also, and this is rather important, throw out those ridiculously complex requirements, and require only one, namely LENGTH!
As a CISSP and CEH I can assure you, those complex hard to remember passwords are useless. What you want is either proper 2FA and/or lengthy passphrases. Don't believe me? Do try this.
A password like "somestupidreallydumbbutlongpass" is waaaay better than "g76^%_hgK".

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

2 participants