CodeIgniter Forums
can we chnage dx_auth functionality - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: can we chnage dx_auth functionality (/showthread.php?tid=22804)



can we chnage dx_auth functionality - El Forum - 09-20-2009

[eluser]Amol Kharat[/eluser]
Hello All,

I have problem in dx_auth i.e. in my project there are two type of user, so registration form is depends on selected registration type.

i need to customize dx_auth or is it available already in dx_auth library.

If i need to customize it, how could i pass registration type.


Amol Kharat


can we chnage dx_auth functionality - El Forum - 09-21-2009

[eluser]überfuzz[/eluser]
What kind of login system are you using. If I where to have different access levels I'd ad that to the user table in the database. The check it during the login.