View Full Version : I can not change members' passwords
ilhanugurr
12-08-2017, 09:05 AM
The big problem is that;
When I change a member's password through the admin control panel, the member can not log in with the new password.
again when I enter md5 password via phpMyAdmin again the member can not login with new password.
TheLastSuperman
12-09-2017, 08:02 AM
Try this query in phpmyadmin:
UPDATE user
set password = MD5(concat(MD5('<typenewpasswordhere>'), user.salt))
WHERE userid = <useridnumber>;
Replace typenewpasswordhere with the password you wish to use, replace useridnumber with the actual # i.e. if the members user is is 55 you would enter in 55 ;).
If that doesn't reset the password then something else is afoot and we'll need to look elsewhere such as uploading tools.php etc.
ilhanugurr
12-09-2017, 08:18 AM
Try this query in phpmyadmin:
UPDATE user
set password = MD5(concat(MD5('<typenewpasswordhere>'), user.salt))
WHERE userid = <useridnumber>;
Replace typenewpasswordhere with the password you wish to use, replace useridnumber with the actual # i.e. if the members user is is 55 you would enter in 55 ;).
If that doesn't reset the password then something else is afoot and we'll need to look elsewhere such as uploading tools.php etc.
hello,
firstly, thank you for your reply.
i try register "demo" user
i set the password to "12345"
complete registration.
after, im logging in
user ; demo
password ; 12345
i see wrong password warning.
help me.
Seven Skins
12-09-2017, 01:24 PM
Disable all plugin via config.sys file
Reupload all clean vb3 files
Make and use default style
And try making an account and login.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.