index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
templates
/
registration
/
password_reset_email.html
Age
Commit message (
Expand
)
Author
2024-10-08
Fixed #35742 -- Removed hardcoded "username" references in admin templates.
antoliny0919
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-03
Fixed #20532 -- Reverse auth views by name, not by path.
Gavin Wahl
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-04-24
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...
Claude Paroz
2011-02-21
Fixed #11852 -- Ensure that a long string in the password reset email can be ...
Russell Keith-Magee
2010-11-20
Fixed #14389, #9666 -- Started the migration path to make the first argument ...
Russell Keith-Magee
2010-03-30
Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...
Russell Keith-Magee
2008-08-24
Fixed #8129: Modified the password reset email template to use a URL lookup, ...
Russell Keith-Magee
2008-07-31
Fixed #7723 - implemented a secure password reset form that uses a token and ...
Luke Plant
2006-06-18
Fixed #2186 -- Fixed i18n variable substitution in admin/templates/registrati...
Adrian Holovaty
2005-11-06
Fixed #727 -- Fixed leftover %() syntax in password_reset_email template. Tha...
Adrian Holovaty
2005-11-04
Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...
Jacob Kaplan-Moss
2005-10-19
Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...
Adrian Holovaty