Browse Source
- fixed login remember - removed `use_cookies`-config_var (unused since reCAPTCHA doesnt use cookie/session) - changed `logout()` - changed `is_loggedin()` removed wrong session checksdevelop
2 changed files with 45 additions and 92 deletions
@ -59,8 +59,6 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
| |
||||
| ['login_with_name'] Login Identificator, if TRUE username needed to login else email address. |
||||
| |
||||
| ['use_cookies'] FALSE only on CI3 |
||||
| |
||||
| ['email'] Sender email address, used for remind_password, send_verification and reset_password |
||||
| ['name'] Sender name, used for remind_password, send_verification and reset_password |
||||
| ['email_config'] Array of Config for CI's Email Library |
||||
@ -132,8 +130,6 @@ $config_aauth["default"] = array(
|
||||
|
||||
'login_with_name' => false, |
||||
|
||||
'use_cookies' => true, |
||||
|
||||
'email' => '[email protected]', |
||||
'name' => 'Emre Akay', |
||||
'email_config' => false, |
||||
|
Loading…
Reference in new issue