What is the complexity of password generated by system?

Dear Backendless Team,

I have opted for reset password by a system generated password.
I do get a password emailed by Backendless to the user when a user clicks Reset password link.
It works as planned.

I want to know that the requirements that the system generated password conforms to.
Is there a Regex available?

This will allow me to set the same requirement in the front end, when the user creates password for the first time. (Note - I am not using Backendless front-end).

Best,
Acky

Hi @Achilles_Pereira ,

There is no regex pattern for generated password. Server simply generates random string of 8 symbols length.

Regards, Andriy

Thank you @Andriy_Konoz