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

fixed a few small things

parent 12db1e8c
Branches
Tags
No related merge requests found
Subproject commit 51f2016c142c582a88a05e3cce6762f97c7d34d9
Subproject commit 5193a3b612a5a210fb555f757f8585a2bc29114f
Subproject commit 03eac6c3c7b376c032d91acbdbde5b2d521b67da
Subproject commit 1545356c587730a86d4cfa5c8f4398762191d1d6
......@@ -10,7 +10,7 @@ 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')
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment