React
useResetPassword()
Use the hook useResetPassword
to reset the password for a user. This will send a reset password link in an email to the user. When the user clicks on the reset-password link the user is automatically signed in and can change their password using the hook useChangePassword
.
Parameters
options optional ResetPasswordOptions