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

api updates for new auth session handling

parent c02b0000
No related branches found
No related tags found
No related merge requests found
Subproject commit 78c6b537f81e857cb5922d33feb6e4156d0a92e7
Subproject commit 5286af387897772431bc2910f3c7fe286efc8806
Subproject commit 93c146f001eef05d32980c7a9f7c6adf07d86449
Subproject commit a5e0cb2ad2fe6e2cdffad309191f5e174649005a
Subproject commit 5fb2ecfdf5e6cdee60d6d541225dbf40863bdd17
Subproject commit 37f939d287daf181310ba237f6d515bac37de61e
......@@ -11,7 +11,7 @@ import auth.models
helios.TEMPLATE_BASE = "server_ui/templates/base.html"
helios.ADMIN_ONLY = True
helios.ADMIN = auth.models.User.get_or_create(user_type = 'cas', user_id = 'yaro', info={})
helios.ADMIN = auth.models.User.update_or_create(user_type = 'cas', user_id = 'yaro', info={})
# authentication limited to passwords
auth.ENABLED_AUTH_SYSTEMS = ['cas', 'password']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment