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
6398b1e7
Commit
6398b1e7
authored
15 years ago
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
some updates
parent
4d3cff82
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
helios
+1
-1
1 addition, 1 deletion
helios
heliosbooth
+1
-1
1 addition, 1 deletion
heliosbooth
initialization.py.sample
+1
-1
1 addition, 1 deletion
initialization.py.sample
with
3 additions
and
3 deletions
helios
@
4ebdb347
Compare
ffe3b52c
...
4ebdb347
Subproject commit
ffe3b52cf7bb99ec39f035924b68eb115220d300
Subproject commit
4ebdb347cc667c9b4794934699944e0a1afea776
This diff is collapsed.
Click to expand it.
heliosbooth
@
10340976
Subproject commit
51bdd85f397e96d4e51bb477c9025b376de1967b
Subproject commit
103409762808eb3a798f3c7a42583add37226bc5
This diff is collapsed.
Click to expand it.
initialization.py.sample
+
1
−
1
View file @
6398b1e7
...
@@ -11,7 +11,7 @@ import auth.models
...
@@ -11,7 +11,7 @@ import auth.models
helios.TEMPLATE_BASE = "single-election/templates/base.html"
helios.TEMPLATE_BASE = "single-election/templates/base.html"
helios.ADMIN_ONLY = True
helios.ADMIN_ONLY = True
helios.ADMIN = auth.models.User.get_or_create(user_type = '
p
as
sword
', user_id = '
benadida
', info={
'password':'test'
})
helios.ADMIN = auth.models.User.get_or_create(user_type = '
c
as', user_id = '
yaro
', info={})
# authentication limited to passwords
# authentication limited to passwords
auth.ENABLED_AUTH_SYSTEMS = ['cas', 'password']
auth.ENABLED_AUTH_SYSTEMS = ['cas', 'password']
...
...
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