mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-14 04:16:54 +01:00
* [FIX] Wrong behaviour when displaying task progress on master password change. Thanks to @deajan for the feedback. Closes #1128
* [FIX] Improved browser notifications format. Thanks to @vmario89 for the feedback. Closes #1142 * [FIX] Temporary master password change notifications are sent to all users. Thanks to @jorgemfm for the feedback. Closes #1156 * [MOD] Improved background tasks management * [MOD] Improved email notifications format Signed-off-by: nuxsmin <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 > 500) {
|
||||
if ($numAccounts > 100) {
|
||||
$template->assign('taskId', Task::genTaskId('masterpass'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user