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

moved to openreg consistently

parent 4be47faa
No related branches found
No related tags found
No related merge requests found
Subproject commit 3779fdf391f8a027d5ef952ae6117d9fd67cbe93
Subproject commit 36e18bfe852ced04bba6735560d6e250017e61c3
......@@ -11,7 +11,6 @@ import auth.models
helios.TEMPLATE_BASE = "iacr/templates/base.html"
helios.ADMIN_ONLY = True
helios.ADMIN = auth.models.User.get_or_create(user_type = 'password', user_id = 'benadida', info={'password':'test'})
helios.SELF_REGISTRATION = False
# authentication limited to passwords
auth.ENABLED_AUTH_SYSTEMS = ['password']
\ No newline at end of file
......@@ -29,7 +29,6 @@ def home(request):
'description' : 'Election for the IACR Board - 2009',
'uuid' : 'iacr',
'cast_url' : reverse(cast),
'self_registration' : False,
'openreg': False,
'admin' : helios.ADMIN,
'tally_type': 'homomorphic',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment