Recreate registration v1
This commit is contained in:
3
main/templates/registration/password_reset_email.html
Normal file
3
main/templates/registration/password_reset_email.html
Normal file
@@ -0,0 +1,3 @@
|
||||
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 }}
|
||||
Reference in New Issue
Block a user