Configurable Password Length
See original GitHub issueBug Report or Feature Request (mark with an x
)
- [ ] bug report -> please search issues before submitting
- [X] feature request
OS and Version?
All
Versions
N/A
Repro steps
- Go to register
- Add password ( it is hardcoded to a minimum and maximum length)
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
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Minimum password length best practices.html - ManageEngine
One of the best practices of password security is using a lengthy password. Learn how to configure a secure 15 character password.
Read more >How to Configure a Password Policy - An Overview & Guide
This setting determines the minimum number of days a password must be in use before it can be changed. Only when the minimum...
Read more >Minimum password length (Windows 10) | Microsoft Learn
In most environments, we recommend an eight-character password because it's long enough to provide adequate security, but not too difficult for ...
Read more >Custom password length limits - GitLab Docs
By default, GitLab supports passwords with the following lengths: Minimum: 8 characters; Maximum: 128 characters. You can only change the minimum password ...
Read more >How To Configure a Domain Password Policy
What is The Default Domain Password Policy? · 1. Open the group policy management console · 2. Expand Domains, your domain, then group...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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’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🍻