symfony_mailer.mailer_policy.user.status_activated.yml 928 B

12345678910111213141516171819202122232425
  1. uuid: e818097d-dad1-4013-ab01-3e5c22f91893
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - user
  7. _core:
  8. default_config_hash: LG57ffuuPiE4cmAz-PrFy0AZwPbgzyGw2Y0OnwVrOfc
  9. id: user.status_activated
  10. configuration:
  11. email_subject:
  12. value: 'Your account details for [user:display-name] at [site:name] ([site:url])'
  13. email_body:
  14. content:
  15. value: |-
  16. <p>[user:display-name],</p>
  17. <p>Your account at <a href="[site:url]">[site:name]</a> has been activated.
  18. You may now use this link to <a href="[user:one-time-login-url]">log in</a>. It can be used only once and will lead you to a page where you can set your password.</p>
  19. <p>After setting your password, you will be able to <a href="[site:login-url]">log in</a> in the future using:</p>
  20. <ul>
  21. <li>username: [user:account-name]</li>
  22. <li>password: Your password</li>
  23. </ul>
  24. format: email_html