Commit 1d9bc595 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

[1.1.X] Fixed #10976 -- Isolated contrib.auth tests so they will always pass,...

[1.1.X] Fixed #10976 -- Isolated contrib.auth tests so they will always pass, regardless of any local templates. Thanks to aarond10 for the report, and SmileyChris for turning that into a patch.

Backport of r12420 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12422 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent bf11ab2b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
Password reset successfully
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
{% if validlink %}
Please enter your new password: {{ form }}
{% else %}
The password reset link was invalid
{% endif %}
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
E-mail sent
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
{{ protocol }}://{{ domain }}/reset/{{ uid }}-{{ token }}/
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
{{ form }}
 No newline at end of file
Loading