Set Password reset conditions

Hi,
In my app, we specify a validation for our passwords (longer than 8 characters for example), we want to specify the same for the password reset which is on the web (via the Backendless website), Can this be done?
I updated the regex but it doesn’t work from web. Does Backendless use different paths for password verification? Basically, Can we validate a password before it is updated on the cloud and reject it if it doesn’t meet certain criteria?

Hello,

you can add regexp validation by editing User schema http://take.ms/Vll9i

there is a bug with error message for user table. but we will fix it soon.

Hi Sergey,

Thank you, we are still using version 3 and we are changing the validator in the schema but this still allows for the password to be changed in the password reset web page.

We are using the following regex: “^(.{8,})$”

F

Hi Feras,

What is your app ID?