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

some updates

parent 4d3cff82
No related branches found
No related tags found
No related merge requests found
Subproject commit ffe3b52cf7bb99ec39f035924b68eb115220d300 Subproject commit 4ebdb347cc667c9b4794934699944e0a1afea776
heliosbooth @ 10340976
Subproject commit 51bdd85f397e96d4e51bb477c9025b376de1967b Subproject commit 103409762808eb3a798f3c7a42583add37226bc5
...@@ -11,7 +11,7 @@ import auth.models ...@@ -11,7 +11,7 @@ import auth.models
helios.TEMPLATE_BASE = "single-election/templates/base.html" helios.TEMPLATE_BASE = "single-election/templates/base.html"
helios.ADMIN_ONLY = True helios.ADMIN_ONLY = True
helios.ADMIN = auth.models.User.get_or_create(user_type = 'password', user_id = 'benadida', info={'password':'test'}) helios.ADMIN = auth.models.User.get_or_create(user_type = 'cas', user_id = 'yaro', info={})
# authentication limited to passwords # authentication limited to passwords
auth.ENABLED_AUTH_SYSTEMS = ['cas', 'password'] 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