mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #17209 -- Removed login/logout and password reset/change function-based views.
Per deprecation timeline.
This commit is contained in:
@@ -14,7 +14,7 @@ Denial-of-service possibility in ``logout()`` view by filling session store
|
||||
===========================================================================
|
||||
|
||||
Previously, a session could be created when anonymously accessing the
|
||||
:func:`django.contrib.auth.views.logout` view (provided it wasn't decorated
|
||||
``django.contrib.auth.views.logout()`` view (provided it wasn't decorated
|
||||
with :func:`~django.contrib.auth.decorators.login_required` as done in the
|
||||
admin). This could allow an attacker to easily create many new session records
|
||||
by sending repeated requests, potentially filling up the session store or
|
||||
|
||||
Reference in New Issue
Block a user