|
|
|
|
@ -12,8 +12,11 @@ $tmpl = new OCP\Template('files_encryption', 'settings-admin');
|
|
|
|
|
|
|
|
|
|
// Check if an adminRecovery account is enabled for recovering files after lost pwd
|
|
|
|
|
$recoveryAdminEnabled = \OC::$server->getAppConfig()->getValue('files_encryption', 'recoveryAdminEnabled', '0');
|
|
|
|
|
$session = new \OCA\Encryption\Session(new \OC\Files\View('/'));
|
|
|
|
|
$initStatus = $session->getInitialized();
|
|
|
|
|
|
|
|
|
|
$tmpl->assign('recoveryEnabled', $recoveryAdminEnabled);
|
|
|
|
|
$tmpl->assign('initStatus', $initStatus);
|
|
|
|
|
|
|
|
|
|
\OCP\Util::addscript('files_encryption', 'settings-admin');
|
|
|
|
|
\OCP\Util::addscript('core', 'multiselect');
|
|
|
|
|
|