Welcome Guest, Not a member yet? Register   Sign In
The Easiest Authentication Library for CodeIgniter just got easier.
#87

[eluser]carnalito[/eluser]
Hi Adam,

i think there is another error in the library 'Auth.php' line 238:

Instead:
Code:
$data = array(
            'username' => $username,
            'user_id' => $row['id'],
            'group' => $row['group_id'],
            'logged_in' => TRUE
            );

it should be:
Code:
$data = array(
            'username' => $username,
            'user_id' => $row['id'],
            'group_id' => $row['group_id'],
            'logged_in' => TRUE
            );

Right?!

Regards

Carnalito


Messages In This Thread
The Easiest Authentication Library for CodeIgniter just got easier. - by El Forum - 06-22-2009, 12:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB