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

status updates

parent 49713240
No related branches found
No related tags found
No related merge requests found
Subproject commit 1b4293e0b1476dab0214c2da1075aba0fd836bc2 Subproject commit 0f6107eadd2033e35a5aa62e94838a2090b71f06
Subproject commit 8653d35324dcd97ffec612f99854b3ce82ff7551 Subproject commit ab6991d1c220c9200266af7cf16af8f9163eff30
...@@ -121,10 +121,18 @@ HELIOS_ADMIN = None ...@@ -121,10 +121,18 @@ HELIOS_ADMIN = None
HELIOS_VOTERS_UPLOAD = True HELIOS_VOTERS_UPLOAD = True
HELIOS_VOTERS_EMAIL = True HELIOS_VOTERS_EMAIL = True
# authentication limited to passwords # authentication systems enabled
AUTH_ENABLED_AUTH_SYSTEMS = ['password','facebook','twitter'] AUTH_ENABLED_AUTH_SYSTEMS = ['password','facebook','twitter', 'google', 'yahoo']
AUTH_DEFAULT_AUTH_SYSTEM = None AUTH_DEFAULT_AUTH_SYSTEM = None
# facebook
FACEBOOK_API_KEY = ''
FACEBOOK_API_SECRET = ''
# twitter
TWITTER_API_KEY = ''
TWITTER_API_SECRET = ''
# email server # email server
EMAIL_HOST = 'localhost' EMAIL_HOST = 'localhost'
EMAIL_PORT = 1025 EMAIL_PORT = 1025
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment