Skip to content

Commit

Permalink
changed totp_active default value to false
Browse files Browse the repository at this point in the history
  • Loading branch information
REJack committed May 26, 2015
1 parent f0f1bb0 commit d2cf407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/aauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
$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
Expand Down

0 comments on commit d2cf407

Please sign in to comment.