From 4ecc9a26a0dc6fb9bf9ba0a6386aa8c0bf386368 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Thu, 19 Aug 2010 10:58:11 -0700
Subject: [PATCH] updated auth systems for prompting to follow

---
 auth               | 2 +-
 settings.py.sample | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/auth b/auth
index 1312f74..8918b48 160000
--- a/auth
+++ b/auth
@@ -1 +1 @@
-Subproject commit 1312f74a59dab97208a30980dd6f7c5109e91a28
+Subproject commit 8918b482dbf20fecdd4ffc071582bfb3c11367fb
diff --git a/settings.py.sample b/settings.py.sample
index 7612e15..2221fd1 100644
--- a/settings.py.sample
+++ b/settings.py.sample
@@ -136,6 +136,11 @@ FACEBOOK_API_SECRET = ''
 # twitter
 TWITTER_API_KEY = ''
 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_HOST = 'localhost'
-- 
GitLab