-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixed login remember - removed `use_cookies`-config_var (unused since reCAPTCHA doesnt use cookie/session) - changed `logout()` - changed `is_loggedin()` removed wrong session checks
- Loading branch information
Showing
2 changed files
with
45 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,8 +59,6 @@ | |
| | ||
| ['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 @@ | |
|
||
'login_with_name' => false, | ||
|
||
'use_cookies' => true, | ||
|
||
'email' => '[email protected]', | ||
'name' => 'Emre Akay', | ||
'email_config' => false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters