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
8e26cfd0
Commit
8e26cfd0
authored
Jul 31, 2009
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
fixed a few small things
parent
12db1e8c
Branches
Branches containing commit
Tags
Tags containing commit
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
iacr/__init__.py
+1
-1
1 addition, 1 deletion
iacr/__init__.py
with
3 additions
and
3 deletions
auth
@
5193a3b6
Compare
51f2016c
...
5193a3b6
Subproject commit 51
f2016c142c582a88a05e3cce6762f97c7d34d9
Subproject commit 51
93a3b612a5a210fb555f757f8585a2bc29114f
This diff is collapsed.
Click to expand it.
helios
@
1545356c
Compare
03eac6c3
...
1545356c
Subproject commit
03eac6c3c7b376c032d91acbdbde5b2d521b67da
Subproject commit
1545356c587730a86d4cfa5c8f4398762191d1d6
This diff is collapsed.
Click to expand it.
iacr/__init__.py
+
1
−
1
View file @
8e26cfd0
...
...
@@ -10,7 +10,7 @@ import auth.models
helios
.
TEMPLATE_BASE
=
"
iacr/templates/base.html
"
helios
.
ADMIN_ONLY
=
True
helios
.
ADMIN
=
auth
.
models
.
User
.
get_or_create
(
user_type
=
'
password
'
,
user_id
=
'
benadida
'
)
helios
.
ADMIN
=
auth
.
models
.
User
.
get_or_create
(
user_type
=
'
password
'
,
user_id
=
'
benadida
'
,
info
=
{
'
password
'
:
'
test
'
}
)
helios
.
SELF_REGISTRATION
=
False
# authentication limited to passwords
...
...
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