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
/
auth
/
forms.py
Age
Commit message (
Expand
)
Author
2014-07-21
[1.7.x] Replaced instances of 'his/her' with 'their'.
Iain Dawson
2014-01-26
Moved RequestSite and get_current_site.
Aymeric Augustin
2013-12-26
Removed a few gratuitous lambdas.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-10-19
Fixed #21291 -- Ensured inactive users cannot reset their passwords
Claude Paroz
2013-09-24
Revert "Ensure that passwords are never long enough for a DoS."
Florian Apolloner
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-15
Ensure that passwords are never long enough for a DoS.
Russell Keith-Magee
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-05
Fixed #20832 -- Enabled HTML password reset email
Justin Michalicek
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-07-31
Fixed #12103 -- Added AuthenticationForm.confirm_login_allowed to allow custo...
Tim Graham
2013-07-23
Fixed #19019 -- Fixed UserAdmin to log password change.
Kirill Fomichev
2013-06-29
More import removals
Claude Paroz
2013-06-28
Removed AuthenticationForm.check_for_test_cookie() as per deprecation TL.
Ramiro Morales
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-18
Fixed #20079 -- Improve security of password reset tokens
Erik Romijn
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-16
Fixed #20357 -- Allow empty username field label in `AuthentificationForm`.
Mark Huang
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-02-23
Fixed #15198 -- pass request to AuthenticationForm
Preston Holmes
2013-02-23
Removed superfluous cookie check from auth login.
Preston Holmes
2013-02-23
Fixed #19758 -- Avoided leaking email existence through the password reset form.
Horst Gutmann
2013-01-25
Fixed #18460 -- Fixed change detection of ReadOnlyPasswordHashField
Claude Paroz
2013-01-22
Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.
Florian Apolloner
2013-01-10
Fixed #19573 -- Allow override of username field label in AuthenticationForm
Nick Sandford
2012-12-15
Fixed #19368 -- Ensured that login error messages adapt to changes in the Use...
Russell Keith-Magee
2012-12-01
Fixed #19349 -- Fixed re-rendering of ReadOnlyPasswordHashWidget
Claude Paroz
2012-11-29
Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
Claude Paroz
2012-10-28
Fixed #19061 -- added is_active attribute to AbstractBaseUser
Preston Holmes
2012-10-20
Fixed #19133 -- Corrected regression in form handling for user passwords.
Russell Keith-Magee
2012-10-16
Fixed #19130 -- Made some of the auth forms more flexible for user models.
Russell Keith-Magee
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-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-12
Fixed #18182 -- Made is_usable_password check if hashing algorithm is correct
Claude Paroz
2012-09-04
Negligible spacing fix in auth/forms.py
Adrian Holovaty
2012-08-04
Fixed #7833 -- Improved UserCreationForm password validation
Claude Paroz
2012-07-14
Fixed auth to not use an internal implementation detail of SortedDict
Alex Gaynor
2012-07-07
Fixed a regression in the user admin page introduced in a92e7f37c4ae84b6b8d80...
Florian Apolloner
2012-07-03
Changed a lot of internal code to use 'format_html' where appropriate/possible
Luke Plant
2012-06-06
Fixed #18184 -- Moved algorithm identification code to hashers module
Claude Paroz
2012-06-06
Delayed encoding of password and salt in password checking.
Claude Paroz
2012-03-23
Reverted the introduction of a translation string in r17775 as it happened af...
Jannis Leidel
2012-03-22
Fixed #17944 -- Prevented an error in the user change page of the admin when ...
Aymeric Augustin
2012-03-12
Fixed #17777. Unsalted MD5 display widget correction.
Paul McMillan
2012-01-02
Slightly improved the help text for the "Password" field in the `auth.User` a...
Julien Phalip
2011-12-24
Fixed #17457 -- Marked strings used in hash descriptions for translation.
Aymeric Augustin
2011-12-23
Renovated password hashing. Many thanks to Justine Tunney for help with the i...
Paul McMillan
[next]