No Description

password_reset_email.html 403B

12345678910111213
  1. {% autoescape off %}
  2. You are receiving this email because you requested a password reset for your account at {{ site_name }}.
  3. Please go to the following page and choose a new password:
  4. {{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}
  5. Your username, in case you have forgotten it, is: {{ user.get_username }}
  6. Regards
  7. The {{ site_name }} Team
  8. {% endautoescape %}