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
dedade69
Commit
dedade69
authored
15 years ago
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
small tweaks plus auth
parent
fc0cda1a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
auth
+1
-1
1 addition, 1 deletion
auth
single-election/__init__.py
+2
-1
2 additions, 1 deletion
single-election/__init__.py
with
3 additions
and
2 deletions
auth
@
03dcf734
Compare
e9d80df3
...
03dcf734
Subproject commit
e9d80df321203a984dbd8eb341397017bc7e7820
Subproject commit
03dcf7341bf08f2e466dd33acdaf32b3f6690387
This diff is collapsed.
Click to expand it.
single-election/__init__.py
+
2
−
1
View file @
dedade69
...
...
@@ -13,4 +13,5 @@ helios.ADMIN_ONLY = True
helios
.
ADMIN
=
auth
.
models
.
User
.
get_or_create
(
user_type
=
'
password
'
,
user_id
=
'
benadida
'
,
info
=
{
'
password
'
:
'
test
'
})
# authentication limited to passwords
auth
.
ENABLED_AUTH_SYSTEMS
=
[
'
cas
'
]
\ No newline at end of file
auth
.
ENABLED_AUTH_SYSTEMS
=
[
'
cas
'
,
'
password
'
]
auth
.
DEFAULT_AUTH_SYSTEM
=
'
cas
'
\ No newline at end of file
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