* [MOD] Improved master password change by enforcing maintenance mode before running the process

* [MOD] Added import events to fixed ones
* [MOD] Minor code tweaks

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2018-12-22 13:00:05 +01:00
parent 61795993ab
commit 08e8bd8102
8 changed files with 120 additions and 85 deletions

View File

@@ -278,7 +278,7 @@ final class ConfigManagerController extends ControllerBase
$numAccounts = $this->dic->get(AccountService::class)->getTotalNumAccounts();
$template->assign('numAccounts', $numAccounts);
if ($numAccounts > 100) {
if ($numAccounts > 150) {
$template->assign('taskId', Task::genTaskId('masterpass'));
}