Browse Source

changed totp_active default value to false

develop
Raphael Jackstadt 10 years ago
parent
commit
d2cf407cb3
  1. 2
      application/config/aauth.php

2
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

Loading…
Cancel
Save