You are here

user.mail.yml in Drupal 10

core/modules/user/config/install/user.mail.yml

File

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