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

[eluser]Adam Griffiths[/eluser]
[quote author="Dregond Rahl" date="1242581668"]Hey Adam Why not do also a PHP session check to see how many attempts were made? wouldn't that also be secure?

Also, dunno if this is fixed yet but

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

should be

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

File: auth_helper.php



love your stuff btw, groups and handling profiles are gunna be a bit messy but the login system seems awesome.[/quote]


Yeah that's fixed in the Github repo.

Thanks. I'm going to do group handling in one of the next versions with ACL.


Thanks.


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



Theme © iAndrew 2016 - Forum software by © MyBB