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

fix password rule that it not think =_+- are special characters #287

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

tomsun28
Copy link
Contributor

  • fix password rule that it not think =_+- are special characters

password rule is Minimum length of 8, including upper and lower case letters, numbers and special characters

The password eg: 123YSH=abc 123YSH_abc 123YSH-abc 123YSH+abc can not pass the password rule now due the rule think =_+- are not special characters.

But the characters =_+- are password special characters that we use frequently. User can not find what the problem when them use this characters to change password.

before:
image

after:

image
@yu199195 yu199195 merged commit f36237c into apache:master Jun 12, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants