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

SHARD-8982: limit password length #72

Merged
merged 3 commits into from
Dec 9, 2024
Merged

SHARD-8982: limit password length #72

merged 3 commits into from
Dec 9, 2024

Conversation

@@ -118,8 +117,10 @@ const PasswordResetForm = () => {
<div className="flex flex-col gap-y-2">
<span className="font-semibold">Password Reset</span>
<p className="text-sm text-gray-500">
Password requirements: min 8 characters, at least 1 lower case letter, at least 1 upper case letter, at least 1
number, at least 1 special character (<span className="text-sm text-gray-400">{"!@#$%^&*()_+*$"}</span>)
Password requirements: min 8 characters, at least 1 lower case letter,

Choose a reason for hiding this comment

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

we should also add max 128 char

@urnotsam urnotsam merged commit deba95d into dev Dec 9, 2024
2 checks passed
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.

3 participants