1
0
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:
Tim Graham
2015-02-10 09:17:08 -05:00
parent 8192a164de
commit 2d7aca3da0
44 changed files with 32 additions and 96 deletions

View File

@@ -0,0 +1 @@
<html><a href="{{ protocol }}://{{ domain }}/reset/{{ uid }}/{{ token }}/">Link</a></html>

View File

@@ -0,0 +1 @@
Logged out

View File

@@ -0,0 +1 @@
{{ form.as_ul }}

View File

@@ -0,0 +1 @@
{{ form }}

View File

@@ -0,0 +1 @@
Password reset successfully

View File

@@ -0,0 +1,7 @@
Hello, {{ form.user }}.
{% if validlink %}
Please enter your new password: {{ form }}
{% else %}
The password reset link was invalid
{% endif %}

View File

@@ -0,0 +1 @@
Email sent

View File

@@ -0,0 +1 @@
{{ protocol }}://{{ domain }}/reset/{{ uid }}/{{ token }}/

View File

@@ -0,0 +1 @@
{{ form }}

View File

@@ -0,0 +1 @@
{% autoescape off %}Custom password reset on {{ site_name }}{% endautoescape %}