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

[eluser]Dregond Rahl[/eluser]
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.


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



Theme © iAndrew 2016 - Forum software by © MyBB