django1/django/contrib/auth/tests/templates/registration
Tim Graham 1285ca67eb Fixed #16919 -- Passed user to set_password_form in GET requests.
Thanks Jaime Irurzun for the report and initial patch and
ejucovy for the test.
2013-10-02 13:28:15 -04:00
..
html_password_reset_email.html Fixed #20832 -- Enabled HTML password reset email 2013-08-05 09:47:28 -04:00
logged_out.html #14374 -- Added some missing template files to ensure that contrib.auth tests will pass when admin isn't installed. Thanks to henriquebastos for the report and patch. 2010-10-08 13:50:54 +00:00
login.html
password_change_form.html #14374 -- Added some missing template files to ensure that contrib.auth tests will pass when admin isn't installed. Thanks to henriquebastos for the report and patch. 2010-10-08 13:50:54 +00:00
password_reset_complete.html 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. 2010-02-13 12:02:11 +00:00
password_reset_confirm.html Fixed #16919 -- Passed user to set_password_form in GET requests. 2013-10-02 13:28:15 -04:00
password_reset_done.html Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail 2012-09-26 14:14:51 +02:00
password_reset_email.html Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk. 2013-06-26 13:11:47 -04:00
password_reset_form.html 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. 2010-02-13 12:02:11 +00:00
password_reset_subject.txt Fixed #12202 -- Removed hardcoded password reset subject and added a subject_template_name parameter to the password_reset view. Thanks, Ramiro Morales, Claude Paroz and agabel. 2011-06-19 11:24:39 +00:00