Merge remote-tracking branch 'upstream/master' into 1fa-channels-email-sms
This commit is contained in:
@ -81,6 +81,10 @@ class Module extends BaseModule
|
||||
* @var bool whether to enable two factor authentication or not
|
||||
*/
|
||||
public $enableTwoFactorAuthentication = false;
|
||||
/**
|
||||
* @var array list of permissions for which two factor authentication is mandatory
|
||||
*/
|
||||
public $twoFactorAuthenticationForcedPermissions = [];
|
||||
/**
|
||||
* @var array list of channels for two factor authentication availables
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user