______________________________________ Inflex - installed on mailserver for domain @itrc.ac.ir Queries to: admin@
--- Begin Message ---
Hi
 I have little problems with the Change_passwd 3.1 plugin and
 SquirrelMail 1.4.1. I get this debug info and error message when I try
 to change password.

 Debug
 ---
 Command to be executed:

 /www/htdocs/squirrelmail/plugins/change_passwd/chpasswd username
opasswd npasswd


From this directory:


/www/squirrelmail/htdocs/plugins

I read your guidance for solving this problem from mailing list and i
saw that in function.php i have a line global $username but when I see
the source file of chpasswd.php it has some line like these:
-----------------------------------------------------------------------
// use chpasswd in plugin directory
      //
      else if (empty($pathToChpasswd))
      {
         if (compatibility_check_sm_version(1, 3))
            $cmd = SM_PATH . "plugins/change_passwd/chpasswd $user
$old_pw $new_pw1";
         else
            $cmd = "../plugins/change_passwd/chpasswd $user $old_pw
$new_pw1";
      }

---------------------------------------------------------------------
Meanwhile I use:
 $uername = $_SESSION['username'];
in chpasswd.php and function.php , but it doesn't work correctly ,and
also  I have tried to use
/www/htdocs/squirrelmail/plugins/change_passwd/chpasswd
 directly from command line and it does change password. But not from the
   SquirrelMail change password web-page.
Please help me how to solve my problem .

-- by regards
-- Sophia


______________________________________ Inflex - installed on mailserver for domain @itrc.ac.ir Queries to: admin@


------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn -- squirrelmail-plugins mailing list List Address: [EMAIL PROTECTED] List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins http://squirrelmail.org/cvs


--- End Message ---


Reply via email to