symfony_mailer.mailer_policy.user.cancel_confirm.yml 764 B

1234567891011121314151617181920
  1. uuid: e2c5e42f-dbb7-4526-9f30-fe14e9c6237e
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - user
  7. _core:
  8. default_config_hash: 4wEqs5CkKtLUdPsuIchodbNwXFyP0Jxpv9a3v0YoxmE
  9. id: user.cancel_confirm
  10. configuration:
  11. email_subject:
  12. value: 'Account cancellation request for [user:display-name] at [site:name]'
  13. email_body:
  14. content:
  15. value: |-
  16. <p>[user:display-name],</p>
  17. <p>A request has been made to cancel your account at <a href="[site:url]">[site:name]</a>.
  18. You may now use this link to <a href="[user:cancel-url]">cancel your account</a>.</p>
  19. <p><b>Note</b>: The cancellation of your account is not reversible. This link expires in one day and nothing will happen if it is not used.</p>
  20. format: email_html