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

default auth system

parent 90319e93
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ HELIOS_PRIVATE_DEFAULT = False
# authentication systems enabled
#AUTH_ENABLED_AUTH_SYSTEMS = ['password','facebook','twitter', 'google', 'yahoo']
AUTH_ENABLED_AUTH_SYSTEMS = get_from_env('AUTH_ENABLED_AUTH_SYSTEMS', 'google').split(",")
AUTH_DEFAULT_AUTH_SYSTEM = None
AUTH_DEFAULT_AUTH_SYSTEM = get_from_env('AUTH_DEFAULT_AUTH_SYSTEM', None)
# facebook
FACEBOOK_APP_ID = get_from_env('FACEBOOK_APP_ID','')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment