summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2017-04-04[1.11.x] Updated contrib translations from TransifexClaude Paroz
2017-03-07[1.11.x] Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_back...Camilo Nova
2017-02-24[1.11.x] Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for si...Tim Graham
2017-02-15[1.11.x] Fixed #27840 -- Fixed KeyError in PasswordResetConfirmView.form_vali...Markus Holtermann
2017-02-07[1.11.x] Fixed #27815 -- Made LoginView pass the request kwarg to Authenticat...Zoltan Gyarmati
2017-01-13Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...Romain Garrigues
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-12-07Refs #17235 -- Made MultiPartParser leave request.POST immutable.Vinay Karanam
2016-11-28Quoted group name in django/contrib/auth/models.py docstring.Nik Nyby
2016-11-25Fixed #25966 -- Made get_user_model() work at import time.Aymeric Augustin
2016-11-21Refs #17209 -- Fixed token verification for PasswordResetConfirmView POST req...Florian Apolloner
2016-11-16Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work...Tim Graham
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-10-25Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."Jon Dufresne
2016-09-30Updated translations from TransifexClaude Paroz
2016-09-27Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...levental
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-09-14Fixed #26170 -- Made ModelAdmin views run transactions on the correct database.Jibodeah
2016-09-12Fixed #23155 -- Added request argument to user_login_failed signal.Gavin Wahl
2016-09-12Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev
2016-09-10Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.Jon Dufresne
2016-09-10Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.Alexander Gaevsky
2016-09-07Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.Jon Dufresne
2016-09-07Refs #26956 -- Allowed is_safe_url() to validate against multiple hostsJon Dufresne
2016-09-06Removed transitive import of types.MethodType from six.Curtis Maloney
2016-08-28Fixed #27136 -- Changed auth forms' autofocus attribute to HTML5 boolean syntax.Jon Dufresne
2016-08-25Replaced property() usage with decorator in several places.Berker Peksag
2016-08-24Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fi...Berker Peksag
2016-08-19Refs #26902 -- Protected against insecure redirects in Login/LogoutView.Przemysław Suliga
2016-08-15Fixed #27009 -- Made update_session_auth_hash() rotate the session key.Tim Graham
2016-08-13Used all() and a generator for PermissionsMixin.has_perms().Curtis Maloney
2016-08-10Fixed #26909 -- Allowed UserAttributeSimilarityValidator to validate against ...Andrew Nester
2016-08-10Fixed #26960 -- Added PasswordResetConfirmView option to automatically log in...jordij
2016-08-10Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0.Olexander Yermakov
2016-08-04Fixed #27020 -- Used a context manager to close files.Ville Skyttä
2016-08-04Fixed #27010 -- Made Argon2PasswordHasher decode with ASCII.Tim Graham
2016-08-03Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.Sergey Yurchenko
2016-08-01Pulled contrib translations from TransifexClaude Paroz
2016-07-28Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logo...Andrew Nester
2016-07-22Fixed #26882 -- Added tests for auth.views.logout_then_login().Andrew Nester
2016-07-16Fixed #17209 -- Added password reset/change class-based viewsClaude Paroz
2016-06-29Added Upper/Lower Sorbian translationsClaude Paroz
2016-06-24Fixed #26719 -- Normalized email in AbstractUser.clean().Bang Dao + Tam Huynh
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
2016-06-21Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.Tim Graham
2016-05-20Increased the default PBKDF2 iterations.Tim Graham
2016-05-17Updated translation catalogsClaude Paroz
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-16Refs #21379 -- Normalized unicode username inputsClaude Paroz
2016-05-16Fixed #21379 -- Created auth-specific username validatorsClaude Paroz