Closed Cobs closed 4 years ago
Underscore is not recognized as special symbol in password validation rule. It's because the PCRE \W token matches anything except letters, digits or underscore (for some reasons).
Thank you. 1.4.3
Underscore is not recognized as special symbol in password validation rule. It's because the PCRE \W token matches anything except letters, digits or underscore (for some reasons).