Update Module.php

This commit is contained in:
Ferenc Papp
2018-01-31 14:46:25 +01:00
committed by GitHub
parent 3332fd670e
commit 89a700aae3

View File

@ -28,6 +28,10 @@ class Module extends BaseModule
* @see http://2fa-library.readthedocs.io/en/latest/
*/
public $twoFactorAuthenticationCycles = 1;
/**
* @var bool whether to allow autologin or not
*/
public $enableAutologin = true;
/**
* @var bool whether to allow registration process or not
*/