Add password strength validation for signup#503
Conversation
|
@C4aZy is attempting to deploy a commit to the CodeBlooded's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@viru0909-dev Please review. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
viru0909-dev
left a comment
There was a problem hiding this comment.
@C4aZy The PR looks safe and beneficial overall — good security enhancement, improved UX, and the dual-layer validation is implemented correctly.
There is just one small must-fix issue before merging: in RegisterRequest.java, the validation error message still says "6 characters" while the actual requirement is 8 characters. Please update the message accordingly.
@C4aZy This should be a quick 2-minute fix. Once updated, the PR will be ready to merge.
|
@viru0909-dev Fixed it.Please review. |

Pull Request
Description
Made the password strength stronger and made the password more than 8 characters rather than 6 characters.
Closes #476
Type of change
Checklist: