diff --git a/src/main/resources/serviceconfig/olat.properties b/src/main/resources/serviceconfig/olat.properties index 0d2c89ad4b9979db27cb59a59084963b9aa251ae..190f1ff3a5daa0f077a56ad03ddba482876f0311 100644 --- a/src/main/resources/serviceconfig/olat.properties +++ b/src/main/resources/serviceconfig/olat.properties @@ -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