Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Helios Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Helios Server
Commits
4ecc9a26
Commit
4ecc9a26
authored
14 years ago
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
updated auth systems for prompting to follow
parent
aefaef95
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
auth
+1
-1
1 addition, 1 deletion
auth
settings.py.sample
+5
-0
5 additions, 0 deletions
settings.py.sample
with
6 additions
and
1 deletion
auth
@
8918b482
Compare
1312f74a
...
8918b482
Subproject commit
1312f74a59dab97208a30980dd6f7c5109e91a28
Subproject commit
8918b482dbf20fecdd4ffc071582bfb3c11367fb
This diff is collapsed.
Click to expand it.
settings.py.sample
+
5
−
0
View file @
4ecc9a26
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment