symfony_mailer.mailer_policy.user.register_no_approval_required.yml 917 B

12345678910111213141516171819202122232425
  1. uuid: e5b8ce63-a50a-4414-a8d9-1ea22bb17ba2
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - user
  7. _core:
  8. default_config_hash: 773qpyG5A4UQzh_Mt5CaIUGJWpLZlXcDQMUVwjc86ek
  9. id: user.register_no_approval_required
  10. configuration:
  11. email_subject:
  12. value: 'Account details for [user:display-name] at [site:name]'
  13. email_body:
  14. content:
  15. value: |-
  16. <p>[user:display-name],</p>
  17. <p>Thank you for registering at <a href="[site:url]">[site:name]</a>.
  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