How do you include the user's password as a param?
On this topic I think there is a least one bug in login.php on line 73
'userid' => $user->id,
should be ?
'userid' => $id,
Otherwise it create a new key for the original key owner not the user associated with the username you have passed?
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »