From 73a473e01bb870f5392026e7e15556d3ff986c54 Mon Sep 17 00:00:00 2001 From: Ferenc Papp Date: Fri, 9 Feb 2018 15:06:09 +0100 Subject: [PATCH] Update Module.php --- src/User/Module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/User/Module.php b/src/User/Module.php index c7bb564..341b208 100644 --- a/src/User/Module.php +++ b/src/User/Module.php @@ -29,9 +29,9 @@ class Module extends BaseModule */ 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 */