Skip to content

Password reset method

With "Password reset" method, you can implement password reset functionality in your application.

After user click on the link from email that is sent from "Request password reset" method, user will need to be redirected in this page and query params will be added to the page.

This need to be called after user will write the new password in the input fields in the page.

NOTE

To use this method, you will need to enable authentication in the App configuration

Parameters

  • New Password: This is a required function field where you can return user's submitted new password.

Password reset method