diff options
author | Johan Berggren <jbn@klutt.se> | 2012-09-20 10:19:29 +0200 |
---|---|---|
committer | Johan Berggren <jbn@klutt.se> | 2012-09-20 10:19:29 +0200 |
commit | aa72ade72657eb6c0ae3b20ee406e58fead1c3d4 (patch) | |
tree | 5c879cd1aa95b18bd593afc9a3f1eab2b89ea46e /coip/apps/auth/views.py | |
parent | c676429509d83b9a2d89a85260eb8968fe06a926 (diff) |
saml2 fixes. Now redirects to /user/home after login, and new auth backend in place.
Diffstat (limited to 'coip/apps/auth/views.py')
-rw-r--r-- | coip/apps/auth/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coip/apps/auth/views.py b/coip/apps/auth/views.py index be816d1..7c2c397 100644 --- a/coip/apps/auth/views.py +++ b/coip/apps/auth/views.py @@ -72,4 +72,4 @@ def accounts_login_federated(request): def logout(request): from django.contrib.auth import logout logout(request) - return HttpResponseRedirect("/Shibboleth.sso/Logout")
\ No newline at end of file + return HttpResponseRedirect("/")
\ No newline at end of file |