OWASP / crAPI

completely ridiculous API (crAPI)
Apache License 2.0
1.13k stars 347 forks source link

Passwordvalidation RegEx requires symbols. #160

Closed Ctrlanton closed 1 year ago

Ctrlanton commented 1 year ago

In signup the validationmessage for passwords says "Password should contain at least one digit, one small letter and one capital letter and should at least contain 8 characters." but the RegEx requires one of #$@!%&*?

piyushroshan commented 1 year ago

Thanks for reporting the issue. The message needs to be altered.