Hi Torry, 2015.03.07 21:46, Torry Crass wrote:
Hello,
I've been successfully using the web portal for quite a while and for the most part, it's been just fine.
THE PROBLEM However, 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 SETUP When 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!
I would guess that to view the debug output in login.php, you just have to uncomment that block and attempt to log in. My guess would be that perhaps your $cryptscheme is not set properly, or that perhaps that you are using some older version of Exim4U, which no longer works properly with new versions of PHP? Regards, Rimas