1
Hi all,
I am new to xoops. Recently installed 2.1.11, and it has brought quite some headaches. One of them is user registration.
After a new user registered, he won't be able to login although he is activated. I checked the database and found the problem. The passwd is not encrypted by md5, meaning saved as plain word. If I manually change the it using md5, there is no problem. I tried to trace down the problem by following the register.php under profile module, but got lost at xoops_gethandler function.
Any suggestion on either how to hack the problem or info about reading XOOPS source is appreciated.