Current time: 05-20-2024, 08:49 AM Hello There, Guest! (LoginRegister)


Post Reply 
error when change password
Author Message
Nuxwin
Unregistered

 
Post: #2
RE: error when change password
Hi ;

What ispCP version you use ?

EDIT: Ok, you use trunk. I'll fix it ASAP. Wink

Fix:

In the /var/www/ispcp/gui/include/input-checks.php file (on line 255) changes the line as follow:
Code:
$validation_err_msg = "Wrong email local part: {$email_part[2]}";
to
Code:
$validation_err_msg = "Wrong email local part: {$email_part[0]}";

Note:
Only trunk issue.

Fixed in r2472 --> http://www.isp-control.net/ispcp/changeset/2472
12-28-2009 05:48 PM
Quote this message in a reply
Post Reply 


Messages In This Thread
error when change password - theprincy - 12-28-2009, 05:24 PM
RE: error when change password - Nuxwin - 12-28-2009 05:48 PM
RE: error when change password - theprincy - 12-28-2009, 10:48 PM
RE: error when change password - Nuxwin - 12-29-2009, 12:17 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)