Skip to content
Snippets Groups Projects
Commit 4ad33ebe authored by aboeckle's avatar aboeckle
Browse files

OO-4529 Refactoring olat.properties

parent c6613396
No related branches found
No related tags found
No related merge requests found
......@@ -270,6 +270,10 @@ password.max.age.principal=${password.max.age}
password.max.age.administrator=${password.max.age}
password.max.age.sysadmin=${password.max.age}
# Allow coaches to set new passwords for their students
password.change.by.coach.allowed=false
password.change.by.coach.allowed.values=true,false
#notifications intervals the user can choose from. Disabled those you do not want by setting them to "false"
notification.interval.never=true
notification.interval.monthly=true
......@@ -1709,8 +1713,3 @@ impressum.enabled=${topnav.impressum}
impressum.position=footer
impressum.contact.enabled=true
impressum.contact.mail=${supportemail}
###############################################################################
# Allow coaches to set new passwords for their students
###############################################################################
password.change.by.coach.allowed.values=true,false
password.change.by.coach.allowed=false
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment