Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
cdb34010
Commit
cdb34010
authored
Feb 17, 2018
by
Julian Rother
Browse files
Merge branch 'master' of git.fsmpi.rwth-aachen.de:protokollsystem/proto3
parents
bf3ebb1c
28612a9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.py.example
View file @
cdb34010
...
@@ -77,9 +77,10 @@ AUTH_BACKENDS = [
...
@@ -77,9 +77,10 @@ AUTH_BACKENDS = [
StaticUserManager(
StaticUserManager(
users=(
users=(
("username", "password", ("group1", "group2")),
("username", "password", ("group1", "group2")),
("testuser", "abc123", ("group1")),
("testuser", "abc123", ("group1"
,
)),
)
)
)
),
PAMManager(),
]
]
OBSOLETION_WARNING = """Please migrate your account!""" # not important
OBSOLETION_WARNING = """Please migrate your account!""" # not important
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment