mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 08:34:16 +01:00
* [ADD] Unit testing
* [MOD] Improved ACL management * [MOD] Improved actions management. Actions Ids need to be updated * [MOD] Do not return false when a database transaction is trying to start during another transaction. * [MOD] Code refactoring and cleanup
This commit is contained in:
@@ -210,7 +210,7 @@ final class ConfigEncryptionController extends SimpleControllerBase
|
||||
{
|
||||
try {
|
||||
$this->checks();
|
||||
$this->checkAccess(Acl::ENCRYPTION_CONFIG);
|
||||
$this->checkAccess(Acl::CONFIG_CRYPT);
|
||||
} catch (UnauthorizedPageException $e) {
|
||||
$this->eventDispatcher->notifyEvent('exception', new Event($e));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user