Add a logout template and possibility to redirect to login on logout

This commit is contained in:
Valentin Samir
2015-06-02 21:06:32 +02:00
parent 54f9b7c50c
commit f73e55b5ce
4 changed files with 28 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ are listed in default_settings.py
The defaut login/logout template use `django-bootstrap3 <https://github.com/dyve/django-bootstrap3>`_
but you can use your own templates using the CAS_LOGIN_TEMPLATE,
CAS_LOGGED_TEMPLATE and CAS_WARN_TEMPLATE setting variables.
CAS_LOGGED_TEMPLATE, CAS_WARN_TEMPLATE and CAS_LOGOUT_TEMPLATEsetting variables.
Quick start
-----------