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
Age
Commit message (
Expand
)
Author
2018-08-01
[2.1.x] Updated contrib translations from Transifex
Claude Paroz
2018-07-02
[2.1.x] Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth ...
Tim Graham
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-05-13
Increased the default PBKDF2 iterations for Django 2.1.
Tim Graham
2018-04-19
Ref #23919 -- Replaced some os.path usage with pathlib.Path.
Tom
2018-04-16
Fixed #29274 -- Increased the number of common passwords from 1k to 20k.
GS-14
2018-04-06
Fixed #29289 -- Clarified PasswordResetTokenGenerator comment regarding the d...
Tim Graham
2018-03-29
Fixed #29270 -- Fixed UserChangeForm crash if password field is excluded.
Malte Gerth
2018-03-28
Fixed #29258 -- Added type checking for login()'s backend argument.
Abeer Upadhyay
2018-03-22
Fixed #28718 -- Allowed user to request a password reset if their password do...
Tim Graham
2018-03-15
Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a ...
Mattia Procopio
2018-03-04
Corrected User model docstring about required fields.
ovalseven8
2018-03-02
Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username...
Christophe Mehay
2018-02-28
Updated translations from Transifex
Claude Paroz
2018-02-26
Fixed #29141 -- Corrected BCryptPasswordHasher's docstring about truncation.
Tim Graham
2018-02-21
Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_l...
Mikhail Porokhovnichenko
2018-02-16
Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users.
Dylan Verheul
2018-02-14
Removed AuthenticationForm.get_user_id().
Tim Graham
2018-02-01
Refs #27795 -- Replaced force_text/bytes() with decode()/encode() in password...
Jon Dufresne
2018-02-01
Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.
Tim Graham
2018-01-27
Expanded docs for AbstractBaseUser.has_usable_password().
Tim Graham
2018-01-05
Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.a...
shanghui
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
Fixed #28985 -- Removed unneeded None checks before hasattr().
Дилян Палаузов
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
2018-01-02
Fixed #28902 -- Fixed password_validators_help_text_html() double escaping.
Alvin Lindstam
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-01
Updated contrib translations from Transifex
Claude Paroz
2017-11-08
Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error...
shanghui
2017-11-03
Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.
Tom
2017-10-23
Fixed #28706 -- Moved AuthenticationFormn invalid login ValidationError to a ...
Jon Dufresne
2017-10-20
Fixed #27515 -- Made AuthenticationForm's username field use the max_length f...
Lucas Connors
2017-10-14
Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mutating ge...
Yuri Kaszubowski Lopes
2017-10-12
Refs #28248 -- Clarified the precision of PASSWORD_RESET_TIMEOUT_DAYS.
Tim Graham
2017-10-09
Fixed #28591 -- Added an error message for createsuperuser --username= (blank).
Hasan Ramezani
2017-09-25
Reverted "Fixed #28248 -- Fixed password reset tokens being valid for 1 day l...
Tim Graham
2017-09-24
Updated translation catalogs
Claude Paroz
2017-09-22
Refs #25187 -- Required the authenticate() method of authentication backends ...
Tim Graham
2017-09-22
Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_t...
Tim Graham
2017-09-22
Refs #17209 -- Removed login/logout and password reset/change function-based ...
Tim Graham
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
Removed unneeded __init__() methods.
Sergey Fedoseev
2017-09-03
Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect o...
ZachLiuGIS
2017-08-24
Fixed #28513 -- Added POST request support to LogoutView.
hui shang
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-21
Fixed #28127 -- Allowed UserCreationForm's password validation to check all u...
Andrew Pinkham
2017-06-16
Fixed #27787 -- Made call_command() validate the options it receives.
Chandrakant Kumar
[next]