Search found 1 match
- Mon Oct 16, 2023 5:23 pm
- Forum: Bug Reports
- Topic: password validation bug?
- Replies: 4
- Views: 67332
Re: password validation bug?
I just signed up and experienced issues as well. I read the javascript and the issue is the validation is wrong. There's a regex in there that intends to require a number (which would be '\d') but instead just has a 'd'. The end result is that validation forces you to have a d in the password.