ghost_amm Posted January 21, 2013 Share Posted January 21, 2013 How can I generate the password hash (upw) of login for a sub-account? I tried to do this in whmcs 5.0.3: $_SESSION[ 'upw' ] = md5( $userid . $userpassword . $_SERVER['REMOTE_ADDR']); $_SESSION[ 'uid' ] = $userid; $_SESSION[ 'cid' ] = $contactid; /* sub-account id*/ However, this did not work. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.