-
Hello everyone, I'm new to Codeigniter Auth System and I choose Aauth as one of the options, but I have a problem with website load time.
Before that, my TTFB is about 1.4s (I'm not so proud of it) a…
-
I'm getting this when running `Aauth_v2.sql` :
```
CREATE TABLE `aauth_perm_to_group` (
`perm_id` int(11) unsigned DEFAULT NULL,
`group_id` int(11) unsigned DEFAULT NULL,
PRIMARY KEY (`perm_id`…
-
HI all...
I'm currently try to implement this library for my backend project and would happy to contribute .. :)
Anyway, when i tried to implement by following the documentation ( 2-Installation-an…
-
while it is documented in the docs, I see no actual code for it in the current stable git v.2 version.
are you planning to release it?
thanks!
-
With the changes to the login process with DDOS etc, it looks like reCAPTCHA is broken.
The login attempts have now been moved to a seperate table, yet the code which sets the reCAPTCHA cookie or ses…
-
```
public function logout_user(){
$this->aauth->logout();
echo $this->aauth->is_loggedin();
$this->load->view('homepage_view');
}
```
function loggedin() always return me…
-
I am trying to hide certain folders under the root volume using a bind callback on the `parents` command.
I am using the following code:
```
public function check_access($cmd, &$result, $args, $elfi…
-
I just realized today that there is no date_created or date_added type of field in the aauth_users table. If you need, for example, an admin dashboard list of users that shows them in the order they c…
-
The docs say the public group is for people not logged in.
If there are not logged in, how can you get the group info?
To test this, I added some basic code to a controller:
`var_dump($this->aauth-…
-
Hi Aauth comunity.
I want to create a webpage for aauth. Actualy i t can be simple.
We can have Default page for introducing Aauth, Wiki page, Contribitiors page and success history to write who used …