Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Reset forum member password?

One of the members of my forum (Vanilla1) has lost his password. According to the FAQ he can get a new one from the Administrator (which happens to be me). However, I can't find any description on how to do this.

When I look in the database all passwords are encrypted and, thus, illegible. Can I translate it back to some kind of human language or perhaps erase it so that he can sign in and create e new password himself?

Best Answer

  • peregrineperegrine MVP
    Answer ✓

    You could probably create a new user with a password you know. and copy the hash and salt from the new user to the user that forgot their password (in the v1 table), delete the new user after you copy the hash and salt, and send the password to the user who forgot.

Answers

Sign In or Register to comment.