summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/templates/registration
AgeCommit message (Expand)Author
2015-02-11Moved contrib.auth tests out of contrib.Tim Graham
2014-08-12Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner
2013-10-02Fixed #16919 -- Passed user to set_password_form in GET requests.Tim Graham
2013-08-05Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2011-06-19Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...Jannis Leidel
2010-10-08#14374 -- Added some missing template files to ensure that contrib.auth tests...Russell Keith-Magee
2010-02-13Fixed #10976 -- Isolated contrib.auth tests so they will always pass, regardl...Russell Keith-Magee
2008-08-23Tests for password change process. Thanks, Mike Richardson. Fixed #8402.Malcolm Tredinnick