In User Properties for password I’m trying to enter a regex in the custom validator box, but the Backendless system will not accept the regex. The system will accept a regex in other custom user fields.
How do i go about setting the rules (length, special characters, etc) for user passwords?
Thanks Mark … however, I’ve tried that. When i put my regex into the text box and hit enter a red “could not update password” appears on the console page and my regex disappears.
The system will accept a regex in other custom user fields.
Mark … i’m still not able to set a regex into the password Validator text box. The regex i’m trying to insert is:
^(?=.[0-9])(?=.[a-z])(?=.*[A-Z])(?=\S+$).{4,}$
I enter the regex and either press enter or move to another text box and i get the screen in the attached file.
As a test, i was able to enter the regex in my custom lastName property. I’m just not able to place the regex into the password property Validator.
Is there a setting i need to change to allow the regex to be entered? Any other ideas?
Do you have any registered users in the Users table? If you do, the system would prevent you from establishing a validator as their current passwords may conflict with the validator you’re setting.