{# This is a nunjucks template for an HTML email message #}

{{ __('You have requested to change your password on %s. To complete the change, follow this link:', host) }}

{{ url | e }}

{{ __('

If you did not request this change, you may ignore this email. The person who requested it knows your username or email address but, fortunately, does not know your password. This is why we send an email message to confirm your identity.

If you have further questions please contact the site administrator.

Thanks!

') }}