Added option to restrict user assignments to roles only

This commit is contained in:
Marco Moreno
2019-07-19 11:08:33 -04:00
parent f9d8ebaaa7
commit b526cb9ccc
4 changed files with 24 additions and 5 deletions

View File

@ -181,4 +181,8 @@ class Module extends BaseModule
* @var integer If != NULL sets a max password age in days
*/
public $maxPasswordAge = null;
/**
* @var boolean whether to restrict assignment of permissions to users
*/
public $restrictUserPermissionAssignment = false;
}