I want to use two Reset to system (backend) generated password and Reset to password assigned by the user in my application but only one of these options can be active at a time. I want use Reset to system (backend) generated password for user forgot password and Reset to password assigned by the user for user change password.
Hello Tuanga
You can’t use both types of password recovery at the same time, because both of them are triggered on user’s request to change password. You may use password regeneration in backendless, but you’ll need to implement new password assignment by yourself or vice versa.
Regards Anton
so, I only use one of 2 types change password in my application. In the feature, I hope I can use both types of password recovery.
We already support 2 methods:
- when your app uses the “restore password” API, ONE of the email templates is used - the one you enable
- your app can use the “update user object” API to set the new password.
Mark