user.mail.yml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. cancel_confirm:
  2. body: |-
  3. [user:display-name],
  4. A request to cancel your account has been made at [site:name].
  5. You may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:
  6. [user:cancel-url]
  7. NOTE: The cancellation of your account is not reversible.
  8. This link expires in one day and nothing will happen if it is not used.
  9. -- [site:name] team
  10. subject: 'Account cancellation request for [user:display-name] at [site:name]'
  11. password_reset:
  12. body: |-
  13. [user:display-name],
  14. A request to reset the password for your account has been made at [site:name].
  15. You may now log in by clicking this link or copying and pasting it into your browser:
  16. [user:one-time-login-url]
  17. This link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used.
  18. -- [site:name] team
  19. subject: 'Replacement login information for [user:display-name] at [site:name]'
  20. register_admin_created:
  21. body: |-
  22. [user:display-name],
  23. A site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:
  24. [user:one-time-login-url]
  25. This link can only be used once to log in and will lead you to a page where you can set your password.
  26. After setting your password, you will be able to log in at [site:login-url] in the future using:
  27. username: [user:name]
  28. password: Your password
  29. -- [site:name] team
  30. subject: 'An administrator created an account for you at [site:name]'
  31. register_no_approval_required:
  32. body: |-
  33. [user:display-name],
  34. Thank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:
  35. [user:one-time-login-url]
  36. This link can only be used once to log in and will lead you to a page where you can set your password.
  37. After setting your password, you will be able to log in at [site:login-url] in the future using:
  38. username: [user:name]
  39. password: Your password
  40. -- [site:name] team
  41. subject: 'Account details for [user:display-name] at [site:name]'
  42. register_pending_approval:
  43. body: |-
  44. [user:display-name],
  45. Thank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.
  46. -- [site:name] team
  47. subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)'
  48. register_pending_approval_admin:
  49. body: |-
  50. [user:display-name] has applied for an account.
  51. [user:edit-url]
  52. subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)'
  53. status_activated:
  54. body: |-
  55. [user:display-name],
  56. Your account at [site:name] has been activated.
  57. You may now log in by clicking this link or copying and pasting it into your browser:
  58. [user:one-time-login-url]
  59. This link can only be used once to log in and will lead you to a page where you can set your password.
  60. After setting your password, you will be able to log in at [site:login-url] in the future using:
  61. username: [user:account-name]
  62. password: Your password
  63. -- [site:name] team
  64. subject: 'Account details for [user:display-name] at [site:name] (approved)'
  65. status_blocked:
  66. body: |-
  67. [user:display-name],
  68. Your account on [site:name] has been blocked.
  69. -- [site:name] team
  70. subject: 'Account details for [user:display-name] at [site:name] (blocked)'
  71. status_canceled:
  72. body: |-
  73. [user:display-name],
  74. Your account on [site:name] has been canceled.
  75. -- [site:name] team
  76. subject: 'Account details for [user:display-name] at [site:name] (canceled)'