Vue
useResetPassword()
Use the composable 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 composable useChangePassword
.
Parameters
options optional NestedRefOfValue<undefined | ResetPasswordOptions>