summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2018-03-02Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username...Christophe Mehay
2018-02-28Updated translations from TransifexClaude Paroz
2018-02-26Fixed #29141 -- Corrected BCryptPasswordHasher's docstring about truncation.Tim Graham
2018-02-21Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_l...Mikhail Porokhovnichenko
2018-02-16Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users.Dylan Verheul
2018-02-14Removed AuthenticationForm.get_user_id().Tim Graham
2018-02-01Refs #27795 -- Replaced force_text/bytes() with decode()/encode() in password...Jon Dufresne
2018-02-01Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.Tim Graham
2018-01-27Expanded docs for AbstractBaseUser.has_usable_password().Tim Graham
2018-01-05Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.a...shanghui
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2018-01-03Fixed #28985 -- Removed unneeded None checks before hasattr().Дилян Палаузов
2018-01-03Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур
2018-01-02Fixed #28902 -- Fixed password_validators_help_text_html() double escaping.Alvin Lindstam
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-12-26Fixed #28930 -- Simplified code with any() and all().Дилян Палаузов
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-12-01Updated contrib translations from TransifexClaude Paroz
2017-11-08Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error...shanghui
2017-11-03Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.Tom
2017-10-23Fixed #28706 -- Moved AuthenticationFormn invalid login ValidationError to a ...Jon Dufresne
2017-10-20Fixed #27515 -- Made AuthenticationForm's username field use the max_length f...Lucas Connors
2017-10-14Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mutating ge...Yuri Kaszubowski Lopes
2017-10-12Refs #28248 -- Clarified the precision of PASSWORD_RESET_TIMEOUT_DAYS.Tim Graham
2017-10-09Fixed #28591 -- Added an error message for createsuperuser --username= (blank).Hasan Ramezani
2017-09-25Reverted "Fixed #28248 -- Fixed password reset tokens being valid for 1 day l...Tim Graham
2017-09-24Updated translation catalogsClaude Paroz
2017-09-22Refs #25187 -- Required the authenticate() method of authentication backends ...Tim Graham
2017-09-22Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_t...Tim Graham
2017-09-22Refs #17209 -- Removed login/logout and password reset/change function-based ...Tim Graham
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-09-07Removed unneeded __init__() methods.Sergey Fedoseev
2017-09-03Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect o...ZachLiuGIS
2017-08-24Fixed #28513 -- Added POST request support to LogoutView.hui shang
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-06-21Fixed #28127 -- Allowed UserCreationForm's password validation to check all u...Andrew Pinkham
2017-06-16Fixed #27787 -- Made call_command() validate the options it receives.Chandrakant Kumar
2017-06-13Fixed #28229 -- Fixed the value of LoginView's "next" template variable.Mikhail Golubev
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-05-31Updated translations from TransifexClaude Paroz
2017-05-29Fixed #26823 -- Prevented update_last_login signal receiver from crashing if ...Linus Lewandowski
2017-05-29Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than...Nick Zaccardi
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-05-27Fixed #28226 -- Replaced use of str.join() with concatenation.Tom
2017-05-26Fixed #28017 -- Allowed customizing PasswordResetTokenGenerator's secret.jannh
2017-05-22Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the crede...Daniel Hahler
2017-05-18Fixed #28152 -- Made migrations serialize sets as set literals rather than se...Jon Dufresne
2017-05-15Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth backends d...Tamas Szabo
2017-05-06Fixed #28089 -- Removed requirement to implement get_short_name() and get_ful...Josh Schneier