mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Moved contrib.auth tests out of contrib.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<html><a href="{{ protocol }}://{{ domain }}/reset/{{ uid }}/{{ token }}/">Link</a></html>
|
||||
1
tests/auth_tests/templates/registration/logged_out.html
Normal file
1
tests/auth_tests/templates/registration/logged_out.html
Normal file
@@ -0,0 +1 @@
|
||||
Logged out
|
||||
1
tests/auth_tests/templates/registration/login.html
Normal file
1
tests/auth_tests/templates/registration/login.html
Normal file
@@ -0,0 +1 @@
|
||||
{{ form.as_ul }}
|
||||
@@ -0,0 +1 @@
|
||||
{{ form }}
|
||||
@@ -0,0 +1 @@
|
||||
Password reset successfully
|
||||
@@ -0,0 +1,7 @@
|
||||
Hello, {{ form.user }}.
|
||||
|
||||
{% if validlink %}
|
||||
Please enter your new password: {{ form }}
|
||||
{% else %}
|
||||
The password reset link was invalid
|
||||
{% endif %}
|
||||
@@ -0,0 +1 @@
|
||||
Email sent
|
||||
@@ -0,0 +1 @@
|
||||
{{ protocol }}://{{ domain }}/reset/{{ uid }}/{{ token }}/
|
||||
@@ -0,0 +1 @@
|
||||
{{ form }}
|
||||
@@ -0,0 +1 @@
|
||||
{% autoescape off %}Custom password reset on {{ site_name }}{% endautoescape %}
|
||||
Reference in New Issue
Block a user