kpsul/kfet/auth
Aurélien Delobelle e56200a569 kfet -- LoginGenericView directly disconnects users.
Since allauth is installed, users are not automatically logged out of CAS
when logging out GestioCOF.
This change simplifies the view and avoid being stuck because of
the redirect to the logout page, which happened via a GET request and so
prompting to confirm.
2018-10-21 17:09:12 +02:00
..
migrations core -- Apply black + isort to all files 2018-10-06 13:15:33 +02:00
__init__.py core -- Apply black + isort to all files 2018-10-06 13:15:33 +02:00
apps.py core -- Apply black + isort to all files 2018-10-06 13:15:33 +02:00
backends.py core -- Apply black + isort to all files 2018-10-06 13:15:33 +02:00
context_processors.py core -- Apply black + isort to all files 2018-10-06 13:15:33 +02:00
fields.py core -- Apply black + isort to all files 2018-10-06 13:15:33 +02:00
forms.py core -- Apply black + isort to all files 2018-10-06 13:15:33 +02:00
middleware.py core -- Apply black + isort to all files 2018-10-06 13:15:33 +02:00
models.py core -- Apply black + isort to all files 2018-10-06 13:15:33 +02:00
signals.py core -- Apply black + isort to all files 2018-10-06 13:15:33 +02:00
tests.py kfet -- LoginGenericView directly disconnects users. 2018-10-21 17:09:12 +02:00
utils.py core -- Apply black + isort to all files 2018-10-06 13:15:33 +02:00
views.py kfet -- LoginGenericView directly disconnects users. 2018-10-21 17:09:12 +02:00