Skip to content
Snippets Groups Projects
Commit 4c9418ec authored by Brian Moe's avatar Brian Moe
Browse files

Fix Bug #730. new auth_users get staff/superuser.

parent 705892c6
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,11 @@ AUTHENTICATION_BACKENDS = (
SHIB_AUTHENTICATION_SESSION_INITIATOR = 'https://moe.phys.uwm.edu/Shibboleth.sso/Login'
# If these are left at default, when the Shibboleth middleware
# creates a new auth_user, they will get admin privs.
ADMIN_GROUP_HEADER = None
ADMIN_GROUP = None
MIDDLEWARE_CLASSES = [
'middleware.accept.AcceptMiddleware',
'middleware.cli.CliExceptionMiddleware',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment