- Preparing search index...
- The search index is not available
bruce-models
Function ForgotPasswordComplete
- ForgotPasswordComplete(params): Promise<{
user: IUser;
}>
-
Parameters
-
params: {
api?: GuardianApi.Api;
code: string;
password: string;
req?: IReqParams;
userId: string;
}
-
-
code: string
-
password: string
-
-
userId: string
Returns Promise<{
user: IUser;
}>
Completes password reset using a password reset code and new password.