-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
Configurable Password Length #191
Comments
@bailejl thanks for opening this issue. For the password strength feature I am using my angular material extension password strength that supports different customization like mix max length and many other (see more) Do you think for ngx-auth-firebaseui a min max password length inputs would be ok ? Or do u prefer to support all input and options that the password strength library supports ? |
@AnthonyNahas From my point of view, password are weak and becoming weaker. So, the standard for a good password is going to change over time. Therefore, I recommend allowing implementors as much control as possible. |
I vote for prefer to support all input and options that the password strength library supports |
@madalinignisca I will do that 👍 |
I've just published a new version of the library which supports now this requested feature. The API of the @angular-material-extensions/password-strength has been integrated in the ngx-auth-firebaseui here is the demo link: https://ngx-auth-firebaseui.firebaseapp.com/examples/password-strength cheers and thank you all for contributing🍻 |
Bug Report or Feature Request (mark with an
x
)OS and Version?
All
Versions
N/A
Repro steps
The log given by the failure
N/A
Desired functionality
Pass in a minimum and maximum password length
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: