mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-11 19:06:57 +01:00
* [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:
@@ -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'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user