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

feat(Password): Allow special characters in password #233

Merged
merged 3 commits into from
Oct 22, 2023

Conversation

geoffreykwan
Copy link
Member

@geoffreykwan geoffreykwan commented Sep 5, 2023

Changes

  • Allow these symbols to be used in a password !@#$%^&*
  • Passwords now require a letter, number, symbol, and to be at least 8 characters (we no longer require uppercase letter but they may still be used)
  • Validate password and if there are errors, send back errors to client

Test

Closes #232

Copy link
Member

@hirokiterashima hirokiterashima left a comment

Choose a reason for hiding this comment

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

LGTM

@geoffreykwan geoffreykwan merged commit a3f28b1 into develop Oct 22, 2023
@geoffreykwan geoffreykwan deleted the issue-232-allow-special-characters-in-password branch October 22, 2023 17:44
@geoffreykwan
Copy link
Member Author

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

breity pushed a commit to I-Sparkle-Germany/I-Sparkle-API that referenced this pull request Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Allow a set of special characters in passwords
2 participants