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 validation #1438

Merged
merged 3 commits into from
Aug 14, 2023
Merged

Password validation #1438

merged 3 commits into from
Aug 14, 2023

Conversation

nickmwangemi
Copy link
Contributor

This PR extends Django's in-built password validation by making use of the django_advanced_password_validation package.

Validation of passwords follows the parameters shown in the error messages below:

Screenshot from 2023-08-11 16-29-50

@nickmwangemi nickmwangemi force-pushed the password-validation branch 2 times, most recently from b8286d4 to 7fdc3c5 Compare August 11, 2023 13:55
@nickmwangemi nickmwangemi marked this pull request as ready for review August 11, 2023 14:02
@nickmwangemi nickmwangemi linked an issue Aug 11, 2023 that may be closed by this pull request
Copy link
Contributor

@longhotsummer longhotsummer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

easy!

@nickmwangemi nickmwangemi merged commit a6ca940 into main Aug 14, 2023
9 checks passed
@nickmwangemi nickmwangemi deleted the password-validation branch August 14, 2023 07:51
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

Successfully merging this pull request may close these issues.

Implement reasonable password validation
2 participants