Update Module.php

This commit is contained in:
Ferenc Papp
2018-02-09 15:06:09 +01:00
committed by GitHub
parent a3826ef62b
commit 73a473e01b

View File

@ -29,9 +29,9 @@ class Module extends BaseModule
*/ */
public $twoFactorAuthenticationCycles = 1; public $twoFactorAuthenticationCycles = 1;
/** /**
* @var bool whether to allow autologin or not * @var bool whether to allow auto login or not
*/ */
public $enableAutologin = true; public $enableAutoLogin = true;
/** /**
* @var bool whether to allow registration process or not * @var bool whether to allow registration process or not
*/ */