Thank you for the reply, I assumed as you did, that uncommenting it would display the debug code, having some PHP experience and all. But when I did uncomment it and then attempt the login, the debug code did not display. I even attempted to add in my own debug content with very basic echo statements where I found the "login=failed" entries in the code but none of those displayed either. Thinking that maybe I was just off my rocker and not looking in the right place I chmod 000'd the login.php file which successfully broke it, which tells me I was editing and looking through the correct files. I'm currently attempting to pull a new copy from github and set it up in parallel just to see if I can get around the problem with that. I think it's a bit odd that mail clients have no trouble authenticating, it's only the exim4u management interface... I'll share the results of my test with the new copy. Thanks! On Saturday, March 7, 2015 7:10 PM, Rimas Kudelis <rq(a)akl.lt> wrote: 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 _______________________________________________ users mailing list users(a)exim4u.org https://exim4u.org/mailman/listinfo/users