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
802d9fc8
Commit
802d9fc8
authored
Dec 2, 2009
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
api updates for new auth session handling
parent
c02b0000
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
auth
+1
-1
1 addition, 1 deletion
auth
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
4 additions
and
4 deletions
auth
@
5286af38
Compare
78c6b537
...
5286af38
Subproject commit
78c6b537f81e857cb5922d33feb6e4156d0a92e7
Subproject commit
5286af387897772431bc2910f3c7fe286efc8806
This diff is collapsed.
Click to expand it.
helios
@
a5e0cb2a
Compare
93c146f0
...
a5e0cb2a
Subproject commit
93c146f001eef05d32980c7a9f7c6adf07d86449
Subproject commit
a5e0cb2ad2fe6e2cdffad309191f5e174649005a
This diff is collapsed.
Click to expand it.
heliosbooth
@
37f939d2
Compare
5fb2ecfd
...
37f939d2
Subproject commit
5fb2ecfdf5e6cdee60d6d541225dbf40863bdd17
Subproject commit
37f939d287daf181310ba237f6d515bac37de61e
This diff is collapsed.
Click to expand it.
initialization.py.sample
+
1
−
1
View file @
802d9fc8
...
...
@@ -11,7 +11,7 @@ import auth.models
helios.TEMPLATE_BASE = "server_ui/templates/base.html"
helios.ADMIN_ONLY = True
helios.ADMIN = auth.models.User.
get
_or_create(user_type = 'cas', user_id = 'yaro', info={})
helios.ADMIN = auth.models.User.
update
_or_create(user_type = 'cas', user_id = 'yaro', info={})
# authentication limited to passwords
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