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

[eluser]Adam Griffiths[/eluser]
[quote author="North2Alaska" date="1243010937"]Adam, it looks like a bug in line 26 of auth_helper.php. The line reads:

if($system_group === $CI->session->userdata('group'))

I believe it should be:

if($system_group === $CI->session->userdata('group_id'))

as group_id is the value stored in the session.[/quote]

Thanks for letting me know. I actually fixed this a couple of days ago in the latest commit to Github.


Thanks.


Messages In This Thread
The Easiest Authentication Library for CodeIgniter just got easier. - by El Forum - 05-22-2009, 05:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB