RequestPasswordReset
Sends an email with the account password modification link.
Triggers the following webhook events:
- NOTIFY_USER (async): A notification for password reset.
- ACCOUNT_SET_PASSWORD_REQUESTED (async): Setting a new password for the account is requested.
- STAFF_SET_PASSWORD_REQUESTED (async): Setting a new password for the staff account is requested.
type RequestPasswordReset {
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}
Fields
RequestPasswordReset.accountErrors
● [AccountError!]!
deprecated non-null object users
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
RequestPasswordReset.errors
● [AccountError!]!
non-null object users
Returned By
requestPasswordReset
mutation