|
|
|
|
@ -116,7 +116,7 @@ $tmpl->assign('quota_preset', $quotaPreset); |
|
|
|
|
$tmpl->assign('default_quota', $defaultQuota); |
|
|
|
|
$tmpl->assign('defaultQuotaIsUserDefined', $defaultQuotaIsUserDefined); |
|
|
|
|
$tmpl->assign('recoveryAdminEnabled', $recoveryAdminEnabled); |
|
|
|
|
$tmpl->assign('enableAvatars', \OC::$server->getConfig()->getSystemValue('enable_avatars', true)); |
|
|
|
|
$tmpl->assign('enableAvatars', \OC::$server->getConfig()->getSystemValue('enable_avatars', true) === true); |
|
|
|
|
|
|
|
|
|
$tmpl->assign('show_storage_location', $config->getAppValue('core', 'umgmt_show_storage_location', 'false')); |
|
|
|
|
$tmpl->assign('show_last_login', $config->getAppValue('core', 'umgmt_show_last_login', 'false')); |
|
|
|
|
|