Hi,
We've just purchased Xenforo to replace vBulletin - it's really quick so far so we're very pleased.
I was wondering how to update a user's password through PHP programmatically. We have the user ID of course, so I'm just wondering if the hashing mechanism has changed since this post here: http://xenforo.com/community/threads/password-formula.32191/?
I've tried using SHA256 (the PHP environment does have the 'hash' module available to itself), but if I insert the new serialized data and then try to authenticate that doesn't work.
Any tips / guidance would be appreciated.
Thank you.
-Kevin
We've just purchased Xenforo to replace vBulletin - it's really quick so far so we're very pleased.
I was wondering how to update a user's password through PHP programmatically. We have the user ID of course, so I'm just wondering if the hashing mechanism has changed since this post here: http://xenforo.com/community/threads/password-formula.32191/?
I've tried using SHA256 (the PHP environment does have the 'hash' module available to itself), but if I insert the new serialized data and then try to authenticate that doesn't work.
Any tips / guidance would be appreciated.
Thank you.
-Kevin