To recover a password I have created a form but how can I update the password in the database?
I have sent this form through a personalized email, therefore I cannot use the backendless one.
Regards.
To recover a password I have created a form but how can I update the password in the database?
I have sent this form through a personalized email, therefore I cannot use the backendless one.
Regards.
Hello, @Alvaro_Sanchez.
Can you check this article?
https://backendless.com/docs/rest/users_password_recovery.html
Regards, Nikita.
Yes, I have seen that article. But as I repeat, the password reset form is personalized just like the email. It’s a personalized email, where you return a password reset link in a custom form. Now what I need is for that form to update the data in the database.
Regards.
The password in the database can only be changed via restorePassoword(email)
or via CloudCoude(ServerCodeAPIKey)
set as a property.