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
No idea, used the demo page today, 2019-03-10 at around 13:00 UTC
Repro steps
Activate "Show Password Details"
Enter the special character §, €,\ or µ. There are probably a lot more that don't work, but those are the ones I tested.
Observe how "At least one special character" is still showing as unfulfilled.
The log given by the failure
-
Desired functionality
Recognize more special characters.
Mention any other details that might be useful
German Umlauts(äöüßÄÖÜẞ) are also not recognized as special character or lower- or uppercase letters.
The regular expression token \W matches all non-word characters and could be used to check for this.
The text was updated successfully, but these errors were encountered:
@AnthonyNahas is there a way to add for example the "German Umlauts"-Chars to existing validators like the Upper- / Lower-Case-Validator? I think for a german user it is a little confusing that "öäüÖÄÜ" is not a valid "letter" for the upper-/lower-case validation.
Maybe it can be solved with a adjustable encoding?
Bug Report or Feature Request (mark with an
x
)OS and Version?
Windows 10 1803
Versions
No idea, used the demo page today, 2019-03-10 at around 13:00 UTC
Repro steps
Activate "Show Password Details"
Enter the special character
§
,€
,\
orµ
. There are probably a lot more that don't work, but those are the ones I tested.Observe how "At least one special character" is still showing as unfulfilled.
The log given by the failure
-
Desired functionality
Recognize more special characters.
Mention any other details that might be useful
German Umlauts(
äöüßÄÖÜẞ
) are also not recognized as special character or lower- or uppercase letters.The regular expression token
\W
matches all non-word characters and could be used to check for this.The text was updated successfully, but these errors were encountered: