summaryrefslogtreecommitdiff
path: root/docs/topics/auth
AgeCommit message (Expand)Author
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #23957 -- Removed the useless SessionAuthenticationMiddleware.Tim Graham
2017-01-17Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.Tim Graham
2017-01-17Refs #24126 -- Removed auth views' current_app parameter per deprecation time...Tim Graham
2016-12-31Removed nonexistent LogoutView context from docs.Tim Graham
2016-11-28Fixed typo in docs/topics/auth/customizing.txt.Tim Graham
2016-11-25Fixed #25966 -- Made get_user_model() work at import time.Aymeric Augustin
2016-11-24Fixed typo in docs/topics/auth/customizing.txt.Alex Scott
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-11-23Fixed #24370 -- Recommended starting with a custom user model.Krzysztof Gogolewski
2016-11-16Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work...Tim Graham
2016-10-25Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."Jon Dufresne
2016-10-18Fixed #27352 -- Doc'd social media fingerprinting consideration with login's ...Markus Holtermann
2016-10-04Fixed #27292 -- Removed unnecessary password assignment in auth backend example.Tim Graham
2016-09-30Fixed #27294 -- Documented UserCreationForm's fields.Lewis Cowles
2016-09-27Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...levental
2016-09-23Simplified has_perm() example in topics/auth/customizing.txt.Berker Peksag
2016-09-17Fixed a typo in docs/topics/auth/default.txt.aruseni
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-07Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.Jon Dufresne
2016-08-19Fixed #27013 -- Clarified commands to install argon2/bcrypt packages.Tim Graham
2016-08-15Fixed #27009 -- Made update_session_auth_hash() rotate the session key.Tim Graham
2016-08-11Clarified session verification with respect to the current session.Tim Graham
2016-08-10Fixed #26957 -- Corrected authenticate() docs regarding User.is_active.an0o0nym
2016-08-10Fixed #27045 -- Documented that AUTH_PASSWORD_VALIDATORS aren't applied at th...Tim Graham
2016-08-10Fixed #26960 -- Added PasswordResetConfirmView option to automatically log in...jordij
2016-07-28Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logo...Andrew Nester
2016-07-28Removed a blank line per isort and a trailing whitespace.Tim Graham
2016-07-16Fixed #17209 -- Added password reset/change class-based viewsClaude Paroz
2016-07-04Fixed a typo in auth docs.Jiang Haiyun
2016-06-27Added missing trailing '$' to url() patterns in docs.Ramiro Morales
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-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-27Fixed #26635 -- Clarified Argon2PasswordHasher's memory_cost differs from com...Bas Westerbaan
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-16Refs #21379 -- Normalized unicode username inputsClaude Paroz
2016-05-14Used 'classmethod' annotation in docs/topics/auth/customizing.txtTim Graham
2016-04-18Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear the perm...Tim Graham
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-03-23Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky
2016-03-21Fixed #26392 -- Corrected login_required/permission_required stacking example.Tim Graham
2016-03-08Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan
2016-03-01Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.Florian Apolloner
2016-02-25Fixed #12233 -- Allowed redirecting authenticated users away from the login v...Olivier Le Thanh Duong
2016-02-24Fixed a function signature in docs/topics/auth/default.txt.Tim Graham