Hello,
I've been successfully using the web portal for quite a while and for the most part, it's been just fine.
THE PROBLEMHowever, I've come up with a problem. Any time an account is created with the MD5 hash, e-mail and logging into e-mail directly works fine, but logging into the exim4u web portal does not so people are not able to manage their accounts via the web interface. It simply returns a login failed message.
THE SETUPWhen I check the DB, the accounts that don't work have the MD5 with salt format such as:
- $salt$hash- The DB field for crypt shows varchar(255)
- The ones that do work I've had to manually reencrypt to non-MD5+salt.
- I'm running v2.1.1 on Debian 7.8 (wheezy)
- I also found some debug code in login.php, authuser.php and authsite.php but I can't figure out how to get that to display, I uncommented it and it's not showing up on the page.
Any help or insight would be appreciated
Thanks!