boionfire81 Posted July 9, 2016 Posted July 9, 2016 Ok, I've installed this and it generates the new password and emails it to the member, but then when the user tries to login with that password it says invalid username/password Quote
G7470 Posted July 11, 2016 Posted July 11, 2016 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 Remove password salts altogether (NOT recommended), or 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 Quote
boionfire81 Posted July 11, 2016 Posted July 11, 2016 This is what I have after the salt and still says invalid login.. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
boionfire81 Posted July 12, 2016 Posted July 12, 2016 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? Quote
Magictallguy Posted August 23, 2016 Posted August 23, 2016 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
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.