Welcome Guest, Not a member yet? Register   Sign In
User management
#1

[eluser]Rahi[/eluser]
Hello CI gurus,

I need little help in creation of user authentication module. I am using dx_auth library to authenticate my admin users.

Now I need to create authentication module for user side. I am using matchbox to create modules for my site.

Problem: dx_auth uses default session table i.e ci_sessions to store the session data.

Now when I'll authenticate user on user side it will get mixed admin user data in ci_sessions table which I don't want.

Also I want to have only one table (supposedly `user_sessions`) dealing with user authentication on user side and forget about all other `roles`, `autologin` etc tables.

I believe I am clear in what I want ;-)

Cheers


Messages In This Thread
User management - by El Forum - 05-24-2010, 09:52 AM
User management - by El Forum - 05-24-2010, 03:55 PM
User management - by El Forum - 05-26-2010, 02:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB