-
Notifications
You must be signed in to change notification settings - Fork 1.7k
magento/devdocs#7366: GraphQL: Document password change mutations. Mutation: requestPasswordResetEmail. #7424
magento/devdocs#7366: GraphQL: Document password change mutations. Mutation: requestPasswordResetEmail. #7424
Conversation
|
An admin must run tests on this PR before it can be merged. |
618c491 to
f1dbec4
Compare
src/guides/v2.4/graphql/mutations/request-password-reset-email.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. If you haven't optimized the PNG file already, please run the rake check:image_optim path=src/guides/v2.4/graphql/images/reset-password-email.png from the devdocs home directory.
f8d33b5 to
e85c9b3
Compare
done |
e85c9b3 to
e148bd6
Compare
|
running tests |
Dismissed review because Alex addressed the issue
|
Hi @atwixfirster, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) adds a new topic about
requestPasswordResetEmailmutation in scope of #7364.Affected DevDocs pages
Links to Magento source code
whatsnew
Added the
requestPasswordResetEmailmutation, which triggers the password reset email for the provided email address.