Skip to main content
Version: 3.x

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

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

RequestPasswordReset.errors ● [AccountError!]! non-null object

Returned by

requestPasswordReset mutation


Was this page helpful?