requestPasswordReset
Sends an email with the account password modification link.
requestPasswordReset(
channel: String
email: String!
redirectUrl: String!
): RequestPasswordReset
Arguments
requestPasswordReset.channel
● String
scalar
Slug of a channel which will be used for notify user. Optional when only one channel exists.
requestPasswordReset.email
● String!
non-null scalar
Email of the user that will be used for password recovery.
requestPasswordReset.redirectUrl
● String!
non-null scalar
URL of a view where users should be redirected to reset the password. URL in RFC 1808 format.
Type
RequestPasswordReset
object
Sends an email with the account password modification link.
Was this page helpful?