Skip to content
Snippets Groups Projects
Commit 7b91a2c2 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Sync test configuration

parent 5eeb0cec
Branches
Tags
No related merge requests found
...@@ -64,13 +64,14 @@ security.authentication.login-try-limit=50 ...@@ -64,13 +64,14 @@ security.authentication.login-try-limit=50
# Guest authentication # Guest authentication
# #
security.guest.enabled=true security.guest.enabled=true
security.guest.allowed-roles=speaker,student
security.guest.order=0 security.guest.order=0
security.guest.lecturer.enabled=true
# Setup combined login if you want to use a single, customized login page # Setup combined login if you want to use a single, customized login page
# which is used for multiple authentication services. # which is used for multiple authentication services.
# #
security.custom-login.enabled=false security.custom-login.enabled=false
security.custom-login.allowed-roles=speaker,student
security.custom-login.title=University security.custom-login.title=University
security.custom-login.login-dialog-path= security.custom-login.login-dialog-path=
security.custom-login.image= security.custom-login.image=
...@@ -88,6 +89,7 @@ security.custom-login.order=0 ...@@ -88,6 +89,7 @@ security.custom-login.order=0
# replaced by the value of activation-path. # replaced by the value of activation-path.
# #
security.user-db.enabled=true security.user-db.enabled=true
security.user-db.allowed-roles=speaker,student
security.user-db.title=ARSnova security.user-db.title=ARSnova
security.user-db.login-dialog-path=account.html security.user-db.login-dialog-path=account.html
security.user-db.activation-path=account.html security.user-db.activation-path=account.html
...@@ -111,6 +113,7 @@ security.user-db.reset-password-mail.body=You requested to reset your \ ...@@ -111,6 +113,7 @@ security.user-db.reset-password-mail.body=You requested to reset your \
# server. {0} will be replaced with the user ID by ARSnova. # server. {0} will be replaced with the user ID by ARSnova.
# #
security.ldap.enabled=false security.ldap.enabled=false
security.ldap.allowed-roles=speaker,student
security.ldap.title=LDAP security.ldap.title=LDAP
security.ldap.login-dialog-path=login-ldap.html security.ldap.login-dialog-path=login-ldap.html
security.ldap.image= security.ldap.image=
...@@ -128,6 +131,7 @@ security.ldap.user-dn-pattern=uid={0},ou=arsnova ...@@ -128,6 +131,7 @@ security.ldap.user-dn-pattern=uid={0},ou=arsnova
# CAS authentication # CAS authentication
# #
security.cas.enabled=false security.cas.enabled=false
security.cas.allowed-roles=speaker,student
security.cas.title=CAS security.cas.title=CAS
security.cas.image= security.cas.image=
security.cas.order=0 security.cas.order=0
...@@ -141,6 +145,7 @@ security.cas-server-url=https://example.com/cas ...@@ -141,6 +145,7 @@ security.cas-server-url=https://example.com/cas
# Facebook # Facebook
# #
security.facebook.enabled=false security.facebook.enabled=false
security.facebook.allowed-roles=speaker,student
security.facebook.order=0 security.facebook.order=0
security.facebook.key= security.facebook.key=
security.facebook.secret= security.facebook.secret=
...@@ -148,6 +153,7 @@ security.facebook.secret= ...@@ -148,6 +153,7 @@ security.facebook.secret=
# Twitter # Twitter
# #
security.twitter.enabled=false security.twitter.enabled=false
security.twitter.allowed-roles=speaker,student
security.twitter.order=0 security.twitter.order=0
security.twitter.key= security.twitter.key=
security.twitter.secret= security.twitter.secret=
...@@ -155,6 +161,7 @@ security.twitter.secret= ...@@ -155,6 +161,7 @@ security.twitter.secret=
# Google # Google
# #
security.google.enabled=false security.google.enabled=false
security.google.allowed-roles=speaker,student
security.google.order=0 security.google.order=0
security.google.key= security.google.key=
security.google.secret= security.google.secret=
...@@ -223,7 +230,7 @@ question.answer-option-limit=8 ...@@ -223,7 +230,7 @@ question.answer-option-limit=8
# options should be used cautiously since it could lead to display errors. # options should be used cautiously since it could lead to display errors.
# Answer options will still not be parsed in diagrams. This setting has no # Answer options will still not be parsed in diagrams. This setting has no
# effect if neither MathJax nor Markdown are enabled. # effect if neither MathJax nor Markdown are enabled.
question.parse-answer-option-formatting=true question.parse-answer-option-formatting=false
# Demo session id to show above session login button # Demo session id to show above session login button
# You can freely use the demo session of https://arsnova.eu/mobile which can be # You can freely use the demo session of https://arsnova.eu/mobile which can be
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment