mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [FIX] Fixed issue when compiling ACL. Closes #1063. Thanks to @dcotruta and @odavis1 for the feedback and testing.
* [FIX] Fixed issue when setting master password from old user's password on login * [FIX] Minor bugfixes * [ADD] Added accounts bulk edit on Accounts Manager * [MOD] Code refactoring Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
@@ -178,7 +178,7 @@ final class ConfigEncryptionController extends SimpleControllerBase
|
||||
$temporaryMasterPassService = $this->dic->get(TemporaryMasterPassService::class);
|
||||
$key = $temporaryMasterPassService->create($this->request->analyzeInt('temporary_masterpass_maxtime', 3600));
|
||||
|
||||
$groupId = $this->request->analyzeInt('temporary_masterpass_group');
|
||||
$groupId = $this->request->analyzeInt('temporary_masterpass_group', 0);
|
||||
$sendEmail = $this->configData->isMailEnabled()
|
||||
&& $this->request->analyzeBool('temporary_masterpass_email')
|
||||
&& $groupId > 0;
|
||||
|
||||
Reference in New Issue
Block a user