From d2cf407cb38c5ee4c7898fddad4fc5e58fdf1354 Mon Sep 17 00:00:00 2001 From: Raphael Jackstadt Date: Fri, 22 May 2015 13:23:19 +0200 Subject: [PATCH] changed totp_active default value to false --- application/config/aauth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/aauth.php b/application/config/aauth.php index d9d3858..0d24b8b 100644 --- a/application/config/aauth.php +++ b/application/config/aauth.php @@ -57,7 +57,7 @@ $config['aauth']['recaptcha_login_attempts'] = 4; $config['aauth']['recaptcha_siteKey'] = ''; $config['aauth']['recaptcha_secret'] = ''; -$config['aauth']['totp_active'] = true; +$config['aauth']['totp_active'] = false; $config['aauth']['totp_reset_over_reset_password'] = false; // login attempts time interval