Commit History

Author SHA1 Message Date
  Tim Graham 401c5b2e42 Refs #23957 -- Removed the useless SessionAuthenticationMiddleware. 8 years ago
  Tim Graham 9f9a3d643e Refs #24126 -- Removed auth views' current_app parameter per deprecation timeline. 8 years ago
  Tim Graham 432b25ace0 Removed nonexistent LogoutView context from docs. 8 years ago
  Tim Graham 93a081946d Normalized casing of "custom user model". 8 years ago
  Markus Holtermann b5fc192b99 Fixed #27352 -- Doc'd social media fingerprinting consideration with login's redirect_authenticated_user. 8 years ago
  Lewis Cowles 1d25eb9688 Fixed #27294 -- Documented UserCreationForm's fields. 8 years ago
  aruseni cdde2eac5b Fixed a typo in docs/topics/auth/default.txt. 8 years ago
  Aleksej Manaev 4b9330ccc0 Fixed #25187 -- Made request available in authentication backends. 8 years ago
  Jon Dufresne 66e1ebbffc Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView. 8 years ago
  Tim Graham 7549eb0004 Fixed #27009 -- Made update_session_auth_hash() rotate the session key. 8 years ago
  Tim Graham 4c2a6fe75b Clarified session verification with respect to the current session. 8 years ago
  an0o0nym c412aaca73 Fixed #26957 -- Corrected authenticate() docs regarding User.is_active. 8 years ago
  jordij 0814566bf1 Fixed #26960 -- Added PasswordResetConfirmView option to automatically log in after a reset. 8 years ago
  Andrew Nester 0ba179194b Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logout_then_login(). 8 years ago
  Tim Graham 412b4126d7 Removed a blank line per isort and a trailing whitespace. 8 years ago
  Claude Paroz 255fb99284 Fixed #17209 -- Added password reset/change class-based views 12 years ago
  Ramiro Morales c962b9104a Added missing trailing '$' to url() patterns in docs. 8 years ago
  Claude Paroz 78963495d0 Refs #17209 -- Added LoginView and LogoutView class-based views 8 years ago
  Ed Henderson 4a4d7f980e Fixed #26021 -- Applied hanging indentation to docs. 8 years ago
  Tim Graham 46a38307c2 Removed versionadded/changed annotations for 1.9. 8 years ago
  Florian Apolloner 9baf692a58 Fixed #26601 -- Improved middleware per DEP 0005. 9 years ago
  Tim Graham 2c4c67af94 Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear the permission cache. 8 years ago
  Jeremy Lainé c1aec0feda Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. 9 years ago
  Tim Graham c41737dc00 Fixed #26392 -- Corrected login_required/permission_required stacking example. 9 years ago
  Olivier Le Thanh Duong 10781b4c6f Fixed #12233 -- Allowed redirecting authenticated users away from the login view. 9 years ago
  Tim Graham 441c537b66 Fixed a function signature in docs/topics/auth/default.txt. 9 years ago
  Hugo Osvaldo Barrera dcee1dfc79 Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting. 9 years ago
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 9 years ago
  Tim Graham e519aab43a Fixed #23868 -- Added support for non-unique django-admin-options in docs. 9 years ago
  Paulo Poiati b643386668 Fixed #24855 -- Allowed using contrib.auth.login() without credentials. 9 years ago