Skip to content
Snippets Groups Projects
Commit cdb34010 authored by Julian Rother's avatar Julian Rother
Browse files

Merge branch 'master' of git.fsmpi.rwth-aachen.de:protokollsystem/proto3

parents bf3ebb1c 28612a9d
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment