You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followup of #15405 for discussion with the design team
Problem
If you use a non-Latin alphabet, the validation doesn't recognize uppercase and lowercase letters, so any characters other than the Latin alphabet are recognized as special symbols (for example with Cyrillic on the screenshot). Thus, if you want a strong password, you need to use letters from the Latin keyboard.
So we need to decide how crucial this case is and whether it needs to be fixed, as @cammellospointed out, in some languages, there is no upper case option, so it may not make sense to put effort into this fix.
Expected behavior
Upper-case letters of any alphabet are recognized by validation
Actual behavior
Validation recognizes only upper-case letters of the Latin alphabet
Reproduction
Enter the password in a non-Latin language that has the upper-case option (for example, Cyrillic)
This discussion was converted from issue #15497 on July 14, 2023 12:28.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Bug Report
Followup of #15405 for discussion with the design team
Problem
If you use a non-Latin alphabet, the validation doesn't recognize uppercase and lowercase letters, so any characters other than the Latin alphabet are recognized as special symbols (for example with Cyrillic on the screenshot). Thus, if you want a strong password, you need to use letters from the Latin keyboard.
So we need to decide how crucial this case is and whether it needs to be fixed, as @cammellos pointed out, in some languages, there is no upper case option, so it may not make sense to put effort into this fix.
Expected behavior
Upper-case letters of any alphabet are recognized by validation
Actual behavior
Validation recognizes only upper-case letters of the Latin alphabet
Reproduction
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions