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

To force user to use stonger password when they register #153

Open
scutccli opened this issue Apr 16, 2024 · 2 comments
Open

To force user to use stonger password when they register #153

scutccli opened this issue Apr 16, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@scutccli
Copy link

scutccli commented Apr 16, 2024

Currently, it seems not so safe because user is able to key in anything as password. It is better force user to use strong password such as:
(1) Must be more than 8 digits
(2) Include at least one symbol
(3) In clude at least one upper case and lower case letter and number.
Maybe can consider this in next update.

@scutccli scutccli changed the title How to force user to use stonger password when they register To force user to use stonger password when they register Apr 16, 2024
@mkhorasani
Copy link
Owner

Hi @scutccli, this is a great idea. I will add a validate_password method to the validator class, and also leave it open to the developer to specify their own validations for a future release.

@mkhorasani mkhorasani added the enhancement New feature or request label Apr 16, 2024
@scutccli
Copy link
Author

Hi @mkhorasani, that's great! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants