-
> A PHP Error was encountered
> Severity: Notice
> Message: Only variables should be assigned by reference
> Filename: libraries/Aauth.php
> Line Number: 76
related to line
`$this->config_vars = & $t…
-
After the update to version 1.2.7 displays warning:
`Message: Declaration of MY_Email::initialize($config = Array) should be compatible with CI_Email::initialize(array $config = Array)`
`Filename: lib…
-
Seat offers a full functional api http://seat-docs.readthedocs.io/en/latest/seat_api/
Would love to have Users, Groups and Keys automatically synced there.
-
Hi everyone;
I'm sorry about merging PRs a little bit late because of my busy jobs. To solve this problem I added @REJack as collabrator of Aauth.
I'm sure he will improve Aauth and step it forward.…
-
`count_unread_pms` does not check the pm's deleted status.
This means if you delete a pm before reading it, it is still counted as unread.
https://github.com/emreakay/CodeIgniter-Aauth/blob/2.5-stab…
-
```
// Update to correct salted password
$data = null;
if( !$this->config_vars['use_password_hash']){
$data['pass'] = $this->hash_password($pass, $user_id);
…
-
Is there a way to send the aauth errors (when logging in for example) to the CI form errors?
In CI, you can either echo out `validation_errors()` to show all errors, or individually with `form_error(…
-
Getting a error when using an email config file. When config file is named email.php it does NOT need to be initialized in CI3.
Severity: Notice
Message: Undefined index: email_config
Filename: libr…
-
Hi, i'm new with codeigniter, your plugin seems interresting but i dont know if i instal not well or there is a problem. I use codeigniter 3.0.6 and xampp.
I put the application/libraries/Aauth.php i…
-
The remind password function send to the user an email with the verification code.
When the user verify your identity the verify code is deleted from the database, but he don't receive the password. W…