Skip to content
Snippets Groups Projects
Commit dedade69 authored by Ben Adida's avatar Ben Adida
Browse files

small tweaks plus auth

parent fc0cda1a
No related branches found
No related tags found
No related merge requests found
Subproject commit e9d80df321203a984dbd8eb341397017bc7e7820
Subproject commit 03dcf7341bf08f2e466dd33acdaf32b3f6690387
......@@ -13,4 +13,5 @@ helios.ADMIN_ONLY = True
helios.ADMIN = auth.models.User.get_or_create(user_type = 'password', user_id = 'benadida', info={'password':'test'})
# authentication limited to passwords
auth.ENABLED_AUTH_SYSTEMS = ['cas']
\ No newline at end of file
auth.ENABLED_AUTH_SYSTEMS = ['cas', 'password']
auth.DEFAULT_AUTH_SYSTEM = 'cas'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment