mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 00:24:08 +01:00
* [DEV] New Plugin achitecture (work in progress).
* [DEV] New Notifications feature (work in progress). * [DEV] Code cleanup
This commit is contained in:
@@ -182,6 +182,9 @@ class Acl implements ActionsInterface
|
||||
return $curUserProfile->isMgmApiTokens();
|
||||
case self::ACTION_EVL:
|
||||
return $curUserProfile->isEvl();
|
||||
case self::ACTION_NOT:
|
||||
case self::ACTION_NOT_USER:
|
||||
return true;
|
||||
}
|
||||
|
||||
Log::writeNewLog(__FUNCTION__, sprintf(_('Denegado acceso a %s'), self::getActionName($action)), Log::NOTICE);
|
||||
|
||||
Reference in New Issue
Block a user