Welcome Guest, Not a member yet? Register   Sign In
DX_auth relogin updates the user_profile table.
#3

[eluser]123wesweat[/eluser]
finally found it, turn out i had edit the DX_auth_event
Code:
function user_logged_in($user_id)
    {
        // Load models
        $this->ci->load->model('dx_auth/user_profile', 'user_profile');
        
// Create user profile
        $this->ci->user_profile->create_profile($user_id);
    }


Messages In This Thread
DX_auth relogin updates the user_profile table. - by El Forum - 02-14-2010, 01:21 PM
DX_auth relogin updates the user_profile table. - by El Forum - 02-14-2010, 01:36 PM
DX_auth relogin updates the user_profile table. - by El Forum - 02-14-2010, 02:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB