3
Thank you for your answer, but as indicated in my post the lost password mechanism doesn't work. I get the email with the link, I click the link and get another email with a password, but the password doesn't work. I even look at the DB table and see the pass has changed, but still no access. I'm kind of lost here. I even compared the md5 pass in the xoops_users table to the result of a md5 converter using the pass the system sends me and they match, but I still can't get on. Here's some info for illustration:
md5("oksimatfi") = "83916cf00d3aae5e64ce5e40b25e995a"
mysql> select pass from xoops_users where uid = 1;
+----------------------------------+
| pass |
+----------------------------------+
| 83916cf00d3aae5e64ce5e40b25e995a |
+----------------------------------+
1 row in set (0.00 sec)
Frazzled...
Doug P