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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Helios Server
Commits
ecdfd296
Commit
ecdfd296
authored
14 years ago
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
status updates
parent
49713240
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
auth
+1
-1
1 addition, 1 deletion
auth
helios
+1
-1
1 addition, 1 deletion
helios
settings.py.sample
+10
-2
10 additions, 2 deletions
settings.py.sample
with
12 additions
and
4 deletions
auth
@
0f6107ea
Compare
1b4293e0
...
0f6107ea
Subproject commit
1b4293e0b1476dab0214c2da1075aba0fd836bc2
Subproject commit
0f6107eadd2033e35a5aa62e94838a2090b71f06
This diff is collapsed.
Click to expand it.
helios
@
ab6991d1
Compare
8653d353
...
ab6991d1
Subproject commit
8653d35324dcd97ffec612f99854b3ce82ff7551
Subproject commit
ab6991d1c220c9200266af7cf16af8f9163eff30
This diff is collapsed.
Click to expand it.
settings.py.sample
+
10
−
2
View file @
ecdfd296
...
@@ -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
...
...
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