summaryrefslogtreecommitdiff
path: root/coip/apps/auth/views.py
diff options
context:
space:
mode:
authorJohan Berggren <jbn@klutt.se>2012-09-20 10:19:29 +0200
committerJohan Berggren <jbn@klutt.se>2012-09-20 10:19:29 +0200
commitaa72ade72657eb6c0ae3b20ee406e58fead1c3d4 (patch)
tree5c879cd1aa95b18bd593afc9a3f1eab2b89ea46e /coip/apps/auth/views.py
parentc676429509d83b9a2d89a85260eb8968fe06a926 (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.py2
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