user.mail.yml 3.8 KB

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