Hello,
I tried to change Password Regex for my registration form to allow any characters in password, but the password need to be 6-32 characters long.
I set it to: {6, 32} but it doesn't work at all. When I try to register with password (for example) test123, I am still getting error that I need to use at least one lowercase, upercase and number. How to fix this becouse it's so freaking anoying?
Support
Solved by Aaron Dalton View solution
Don't you need a period before all that: .{6,32}?
It wasn't period in default regex scheme, but in my case whey I writed it, it's works now, thanks!
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 13 | 217 | 3 hours ago | ||
| 2 | 125 | 3 days ago | ||
| 9 | 300 | 3 days ago | ||
| 4 | 164 | 6 days ago | ||
| 4 | 172 | 7 days ago |