| Re: Login Incorrect! Login "Function" checks the MD5-Password ?!! |
| by taktloss47 on 2004/9/22 20:14:28 i had found the resolution now... in members.php i had to insert the md5 function in the following line: $criteria->add(new Criteria('pass', md5($pwd))); I don't know why the function wasn't in that line |
| Re: Login Incorrect! Login "Function" checks the MD5-Password ?!! |
| by Draven on 2004/9/22 18:43:02 Something probably broke when you installed the hack and your real passed isn't being converted to the hash one for verification. It's just trying to check the real password against the stored hash mark. |
| Login Incorrect! Login "Function" checks the MD5-Password ?!! |
| by taktloss47 on 2004/9/22 17:37:36 Hi, first: sorry for my bad english ;) Site: http://www.planetpoker.de I am using XOOPS 2.0.7 and installed the AutoLoginHack for 2.0.7 (https://xoops.org/modules/mydownloads/singlefile.php?cid=28&lid=751) with the guide. --- 1. copied and overwrote the files 2. updated System module --- After that i wanted to test the whole thing and tried to login, but i get the following message "Incorrect Login!" ("Fehler beim Anmelden" in german). After a few hours i realized that i can login with the Hash PW stored in the database (like 53dd00918eb354ab264a18cbcbac0023) without any problems. You can test it here: http://www.planetpoker.de Username: kas Real PW: paercomwh MD5 Hash PW: 53dd00918eb354ab264a18cbcbac0023 (Login with the Real PW (won't work!) and then login with the "MD5 Hash PW") Pleeeease help me Sebastian |