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

added password auth

parent 76b863e0
No related branches found
No related tags found
No related merge requests found
Subproject commit 373a8b40b793d0fe58f69ebe807f5f51f077a0db Subproject commit 9d0b3797053cac7ac3cd3205bfd6df8acb81682e
...@@ -9,5 +9,5 @@ import auth.models ...@@ -9,5 +9,5 @@ import auth.models
helios.TEMPLATE_BASE = "iacr/templates/base.html" helios.TEMPLATE_BASE = "iacr/templates/base.html"
helios.ADMIN_ONLY = True helios.ADMIN_ONLY = True
helios.ADMIN = auth.models.User.get_or_create(user_type = 'twitter', user_id = 'benadidatest') helios.ADMIN = auth.models.User.get_or_create(user_type = 'password', user_id = 'benadida')
helios.SELF_REGISTRATION = False helios.SELF_REGISTRATION = False
\ 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