User Account Password Reset is the notification sent to a user when the user initiates a forgot password request.
Keys Used
Email Key: user_account_password_reset
Mail Notification

Available Variables
Store
Store object is available for store information and has the following variables:
- store.title: Returns the title of the store.
- store.url: Returns the store url.
- store.logo: Returns the logo image url.
User
It contains the information about the user and has the following variables:
- user.first_name: Returns the first name of the user.
- user.email: Returns the email id of the user.
- user.phone: Returns the phone number of the user.
Data
It contains the link for the user request from reset account password as follows:-
- link: Returns the URL link that will be shared with the user.