This PR updates password validation to ensure consistency between frontend and backend components. Passwords are now required to be 12-50 characters long, including uppercase and lowercase letters, digits, and special characters, without spaces or consecutive repeating characters.
Related issues and discussion
{Issue Number}
Screenshots, if any
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
[x] If you have multiple commits please combine them into one commit by squashing them.
[x] Read and understood the contribution guidelines at web-app/.github/CONTRIBUTING.md.
Description
This PR updates password validation to ensure consistency between frontend and backend components. Passwords are now required to be 12-50 characters long, including uppercase and lowercase letters, digits, and special characters, without spaces or consecutive repeating characters.
Related issues and discussion
{Issue Number}
Screenshots, if any
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
[x] If you have multiple commits please combine them into one commit by squashing them.
[x] Read and understood the contribution guidelines at
web-app/.github/CONTRIBUTING.md
.