1 changed files with 1 additions and 1 deletions
@ -70,7 +70,7 @@ $config['aauth']['max_login_attempt'] = 10;
|
||||
$config['aauth']['verification'] = false; |
||||
|
||||
$config['aauth']['login_with_name'] = false; |
||||
$config['aauth']['use_cookies'] = false; |
||||
$config['aauth']['use_cookies'] = true; // FALSE only on CI3 |
||||
|
||||
// system email. |
||||
$config['aauth']['email'] = '[email protected]'; |
||||
|
Loading…
Reference in new issue