From 51d03fa2c5817265573ccf1597766fa4d0213b3d Mon Sep 17 00:00:00 2001 From: REJack Date: Wed, 18 May 2016 22:52:08 +0200 Subject: [PATCH] added config var info for `totp_two_step_login_redirect` --- application/config/aauth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/config/aauth.php b/application/config/aauth.php index e31d1e9..7de3da2 100644 --- a/application/config/aauth.php +++ b/application/config/aauth.php @@ -51,6 +51,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | ['totp_only_on_ip_change'] TOTP only on IP Change | ['totp_reset_over_reset_password'] TOTP reset over reset Password | ['totp_two_step_login'] enables TOTP two step login +| ['totp_two_step_login_redirect'] Redirect path to TOTP Verification page used by control() & is_allowed() | | ['max_login_attempt'] Login attempts time interval (default 10 times in one hour) | ['max_login_attempt_time_period'] Period of time for max login attempts (default "5 minutes")