Update Module.php
This commit is contained in:
@ -28,6 +28,10 @@ class Module extends BaseModule
|
|||||||
* @see http://2fa-library.readthedocs.io/en/latest/
|
* @see http://2fa-library.readthedocs.io/en/latest/
|
||||||
*/
|
*/
|
||||||
public $twoFactorAuthenticationCycles = 1;
|
public $twoFactorAuthenticationCycles = 1;
|
||||||
|
/**
|
||||||
|
* @var bool whether to allow autologin or not
|
||||||
|
*/
|
||||||
|
public $enableAutologin = true;
|
||||||
/**
|
/**
|
||||||
* @var bool whether to allow registration process or not
|
* @var bool whether to allow registration process or not
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user