User change password is the
notification sent to a user when the user
requests to change the password.
Keys Used
Email Key: user_change_password
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.
- user.customer_groups: Returns the group of the user.