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

Validate password strength #7

Open
alastairs opened this issue Nov 7, 2011 · 0 comments
Open

Validate password strength #7

alastairs opened this issue Nov 7, 2011 · 0 comments
Labels

Comments

@alastairs
Copy link
Member

This is mostly enforced by the ASP.NET Membership Provider already. It is configured to:

  • allow a maximum of 5 invalid password attempts
  • require password of at least 8 characters
  • require at least one non-alphanumeric character in a password

We need an AJAX-y check on the entered password to ensure it meets the password strength requirements before the user clicks "Sign up".

The PasswordStrengthRegularExpression configuration directive will probably come in useful with taking this feature further.

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

1 participant