Skip to content

70 fix password validation regex #74

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

Merged
merged 5 commits into from
Dec 25, 2024

Conversation

chriscarrollsmith
Copy link
Contributor

  • HTML regex now allows passwords with comma and caret special characters
  • HTML regex is programmatically generated from Python regex
  • Regex patterns are greatly simplified
  • New unit tests validate that Python regex behaves as expected and that HTML regex is created correctly

(Might be interesting to create a small Python library for programmatic Python-to-HTML regex conversion!)

@chriscarrollsmith chriscarrollsmith linked an issue Dec 25, 2024 that may be closed by this pull request
3 tasks
@chriscarrollsmith chriscarrollsmith merged commit 377162e into main Dec 25, 2024
2 checks passed
@chriscarrollsmith chriscarrollsmith deleted the 70-fix-password-validation-regex branch December 25, 2024 18:15
@chriscarrollsmith chriscarrollsmith self-assigned this Dec 27, 2024
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.

Fix password validation regex
1 participant