Skip to content

Enforce password complexity requirements - #1000

Open
charityzarmai wants to merge 1 commit into
kellymusk:masterfrom
charityzarmai:issue-1-password-complexity
Open

Enforce password complexity requirements#1000
charityzarmai wants to merge 1 commit into
kellymusk:masterfrom
charityzarmai:issue-1-password-complexity

Conversation

@charityzarmai

@charityzarmai charityzarmai commented Aug 31, 2026

Copy link
Copy Markdown

Closes #927


Enforce password complexity requirements

- Require at least 8 characters minimum
- Require at least one uppercase letter
- Require at least one digit
- Require at least one special character
- Return descriptive 400 error listing which requirements are unmet

Addresses Issue kellymusk#1
@charityzarmai

Copy link
Copy Markdown
Author

close #927

@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

@charityzarmai Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Add password strength validation on /signup

1 participant