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

Add configurable password length validation #64

Merged
merged 3 commits into from
Feb 27, 2024

Conversation

redbassett
Copy link
Contributor

  • Replaces the hardcoded password length minimum validator (12 characters) with a configuration variable
  • Adds test to check validation with multiple configurations
  • Adds documentation to README.md

redbassett and others added 3 commits February 26, 2024 13:00
- Replaces the hardcoded password length minimum validator (12
characters) with a configuration variable
- Adds test to check validation with multiple configurations
- Adds documentation to README.md
@excid3
Copy link
Owner

excid3 commented Feb 27, 2024

I simplified the tests as I think we can trust the configuration works, so we can just test the user password validations.

@excid3 excid3 merged commit 325afc9 into excid3:main Feb 27, 2024
6 checks passed
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.

None yet

2 participants