Jump to content
MakeWebGames

Reset password + Secret question before password is sent.


Uridium

Recommended Posts

From what I can tell, as MCCodes 2.0.5 uses password salts, this I don't think will work alongside that. You have to either

  1. Remove password salts altogether (NOT recommended), or
  2. Add in the password salt generation script (located in the autenticate.php file for reference) into this in order to get this to work properly.

~G7470

Link to comment
Share on other sites

Ok, if you go to reset the password in phpmyadmin you need 3 things, md5 password (not sure if this has to be generated as such just in the database or what here), you need to empty the salt and have it blank, and force logout = 1. So how can I empty just that one cell? I've come across entire row removal or entire table removal, but not just a single cell. Any ideas how to pass that through?

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...