access-controller/main/templates/registration/password_reset_email.html
2021-02-18 19:22:10 +03:00

4 lines
230 B
HTML

Someone asked for password reset for email {{ email }}. Follow thelink below:
{{ protocol }}://{{ domain }}{% url "password_reset_confirm" uidb64=uid token=token %}
Your username, in case you've forgotten: {{ user.get_username }}