You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

5 regels
238 B

  1. <h3>Password Update Notification</h3>
  2. <p>Dear {{ first_name }}{% if last_name %} {{ last_name}}{% endif %},</p>
  3. <p>Your password has been updated. Here is your new password: {{ new_password }}</p>
  4. <p>Thank you,<br>
  5. {{ user_fullname }}</p>