-
Hi!
I initiate myself to codeigniter and i downloaded CodeIgniter-Aauth library for authentication of users in my project. I followed all the steps needed to install the library but when i want to us…
-
-
Someone working on an implementation Captcha in Aauth?
-
``` php
$this->aauth->unset_user_var( "possible_accounts" );
$this->aauth->set_user_var( "possible_accounts", 0 );
$possible = (int) $this->aauth->get_user_var( "possible_accounts" ) + 3;
$this->aaut…
-
i like Aauth. i love Aauth...
But I request to you.
This will be true for this function is allowed and is_group_allowed.
It is very dangerous code when admin permissions and group permissions check.
I…
-
So I have just updated to Aauth 2.0 and I am trying to use User Variables.
They are working just fine except for when I create one and then try to update it. Rather than updating, it creates a new o…
ghost updated
9 years ago
-
first i want to thank you for this great job but i have a problem on iOS 5 on the device when pressed on login via aAuth the FHSTwitterEngineController loading then nothing happend the view dismissed …
-
Hi,
I just want to know , is this possible to ban a user after some login failed ???
Because when i m trying to login with wrong login details, its not changing the status of banned flag in database
-
John,
```
I tried to contact you on RSNA forum, but was having problem on the permission.
It is more of a question as Admin rather than as developer.
We recently migrated our libraries…