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

added parameters for auth systems by password

parent 6948a6ec
No related branches found
No related tags found
No related merge requests found
Subproject commit 9d0b3797053cac7ac3cd3205bfd6df8acb81682e
Subproject commit 51f2016c142c582a88a05e3cce6762f97c7d34d9
......@@ -5,9 +5,13 @@ This django app is meant only to connect the pieces of Helios and Auth that are
import glue
import helios
import auth
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.SELF_REGISTRATION = False
# authentication limited to passwords
auth.ENABLED_AUTH_SYSTEMS = ['password']
\ 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