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.

17 lines
372 B

  1. :: use 'mail/design.mtt'::
  2. <p>
  3. ::_("Hello"):: ::user.firstName::,
  4. </p>
  5. <p>
  6. ::__("A new password has been defined for ::site::",{site:NAME})::
  7. <br/>
  8. ::raw __("The new password is <b>::pass::</b>, don't forget it !",{pass:password})::
  9. </p>
  10. <p>
  11. ::raw __("You can use the following emails to log into your account : <b>::emails::</b>",{emails:emails})::
  12. </p>
  13. ::end::