Request password reset method
With "Request password reset" method, you can implement password reset functionality in your application.
An email with reset link will be sent to the user email that is returned from email param function.
Parameters
- Email: This is a required function field where you can return user's email.
- Redirect url: This is a required function field where you can return the page url in which user will input the new password.