Re: [Exim4U] Debian upgrade - failed web login
On Mon, 2011-08-22 at 12:00 -0400, users-request(a)exim4u.org wrote:
Re: Debian upgrade - failed web login
I think its the crypt_password function under /exim4u/config/functions.php i have the same issue with i upgraded my Debian to squeeze, the php crypt function is not functioning well in the new php on squeez. i dont remeber what the old values where but compare your crypt_password function to my and modify accordly. if ($salt != '') { if ($cryptscheme == 'des') { $salt = substr($salt, 0, 2); } else if ($cryptscheme == 'md5') { $salt = substr($salt, 0, 12); } else { $salt = ''; } $cryptedpass = crypt($clear, $salt); } else { $cryptedpass = crypt($clear); } } return $cryptedpass;
Hi Kebba, Thanks for your response! I found your inquiry a while back and changed the crypt_password function. Unfortunately, that seemed to do nothing. I'm still unable to log in. I copied and pasted what you just sent and it's still the same thing. Were you having trouble logging in to the web interface? T -- View this message in context: http://users.exim4u.org/Debian-upgrade-failed-web-login-tp3275052p3275751.ht... Sent from the Exim4U General Discussion mailing list archive at Nabble.com.
participants (2)
-
Kebba Foon
-
Tamas