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

updated auth systems for prompting to follow

parent aefaef95
No related branches found
No related tags found
No related merge requests found
Subproject commit 1312f74a59dab97208a30980dd6f7c5109e91a28 Subproject commit 8918b482dbf20fecdd4ffc071582bfb3c11367fb
...@@ -136,6 +136,11 @@ FACEBOOK_API_SECRET = '' ...@@ -136,6 +136,11 @@ FACEBOOK_API_SECRET = ''
# twitter # twitter
TWITTER_API_KEY = '' TWITTER_API_KEY = ''
TWITTER_API_SECRET = '' TWITTER_API_SECRET = ''
TWITTER_USER_TO_FOLLOW = 'heliosvoting'
TWITTER_REASON_TO_FOLLOW = "we can direct-message you when the result has been computed in an election in which you participated"
# the token for Helios to do direct messaging
TWITTER_DM_TOKEN = {"oauth_token": "", "oauth_token_secret": "", "user_id": "", "screen_name": ""}
# email server # email server
EMAIL_HOST = 'localhost' EMAIL_HOST = 'localhost'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment