Log in
Model

ResetPassword

Magento\CustomerGraphQl\Model\Resolver\ResetPassword

What it does

This GraphQL resolver handles password reset requests for customers.

Developers use this class when implementing the GraphQL mutation for customers to set a new password using a reset token received via email.

It validates the email format, checks if the account is locked, and processes the password reset through Magento's account management system.

Public Methods

  • resolve()