summaryrefslogtreecommitdiff
path: root/django/contrib/auth/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock2023-03-081-5/+19
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-30/+41
* Refs #27468 -- Removed support for the pre-Django 3.1 user sessions.Mariusz Felisiak2021-01-141-7/+2
* Refs #28215 -- Marked auth credentials as sensitive variables.Hasan Ramezani2020-10-281-0/+3
* Fixed #31180 -- Configured applications automatically.Aymeric Augustin2020-07-211-3/+0
* Refs #27468 -- Made user sessions use SHA-256 algorithm.Mariusz Felisiak2020-04-291-2/+7
* Fixed #26480 -- Fixed crash of contrib.auth.authenticate() on decorated authe...Baptiste Mispelon2019-12-101-1/+2
* Refs #15902 -- Deprecated storing user's language in the session.Claude Paroz2019-02-141-9/+0
* Fixed #29258 -- Added type checking for login()'s backend argument.Abeer Upadhyay2018-03-281-0/+3
* Fixed #28985 -- Removed unneeded None checks before hasattr().Дилян Палаузов2018-01-031-1/+1
* Refs #25187 -- Required the authenticate() method of authentication backends ...Tim Graham2017-09-221-37/+6
* Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the crede...Daniel Hahler2017-05-221-2/+3
* Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth backends d...Tamas Szabo2017-05-151-31/+34
* Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures ...Tim Graham2017-02-241-6/+20
* Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan2017-02-041-11/+11
* Fixed #25966 -- Made get_user_model() work at import time.Aymeric Augustin2016-11-251-1/+1
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Fixed #23155 -- Added request argument to user_login_failed signal.Gavin Wahl2016-09-121-1/+1
* Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev2016-09-121-6/+18
* Fixed #27009 -- Made update_session_auth_hash() rotate the session key.Tim Graham2016-08-151-0/+1
* Fixed #26614 -- Used constant_time_compare() in checking session auth hash in...Tim Graham2016-05-131-1/+1
* Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé2016-04-091-1/+1
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-2/+1
* Fixed #26343 -- Sent user_login_failed signal if an auth backend raises Permi...ieatkittens2016-03-121-1/+1
* Fixed #24855 -- Allowed using contrib.auth.login() without credentials.Paulo Poiati2016-01-071-2/+16
* Refs #23957 -- Required session verification per deprecation timeline.Tim Graham2015-09-231-4/+2
* Fixed #24161 -- Stored the user primary key as a serialized value in the sess...Tim Graham2015-02-121-3/+9
* Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddle...Tim Graham2014-12-031-1/+14
* Fixed #23925 -- Allowed settings.AUTHENTICATION_BACKENDS to reference import ...sdeprez2014-11-281-4/+9
* Limited lines to 119 characters in django/Tim Graham2014-09-051-2/+7
* Fixed a KeyError on login with legacy sessions; refs #21649.Tim Graham2014-04-171-1/+1
* Fixed #21649 -- Added optional invalidation of sessions when user password ch...Tim Graham2014-04-051-2/+22
* Removed reading of old 'django_language' session variable per deprecation tim...Tim Graham2014-03-211-2/+1
* Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn2014-02-221-2/+3
* Fixed #21790 -- Removed reliance on an assert in auth.get_user().Tim Graham2014-02-181-6/+8
* Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag2014-02-081-2/+2
* Took advantage of the new get_model API. Refs #21702.Aymeric Augustin2014-01-261-6/+2
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-6/+3
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-0/+6
* Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-281-2/+3
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-2/+2
* Fixed #21473 -- Limited language preservation to logoutLudwik Trammer2013-12-121-0/+8
* Fixed #18171 -- Checked signature of authenticate() to avoid supressing TypeE...Michał Górny2013-08-281-1/+5
* Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.Simon Charette2013-06-251-1/+14
* Rotate CSRF token on loginAndrew Godwin2013-05-241-0/+2
* Slightly reworked imports in contrib.auth.__init__Claude Paroz2013-05-181-5/+4