Here i ve pasted my *config.php* file of *change_mysql plugin*.
It's very hard to read in HTML. PLEASE send only plain text messages to the mailing list.
// Set only one of the options below to 1.
// Set to 1 if the password column is encrypted
// using the MySQL password() function.
$mysql_saslcrypt = 0;
// Set to 1 if the password column is encrypted
// using the UNIX crypt() function.
//$mysql_unixcrypt = 0;
// Set to 1 if the password column is to use MD5 encryption
//$mysql_MD5crypt = 0;
// Set both to 0 if the password is stored in the
// column in plaintext.
Is your password really stored in plain text? I doubt it if you are using vpopmail. Maybe someone with vpopmail expertise can tell you which encryption method you need to use or you can ask the vpopmail people. I do not know, but surely you need to fix this problem.
//---------------------------------------------------------
// Multiple password fields
//---------------------------------------------------------
// The following settings ONLY apply if you keep
// a cleartext copy of users' passwords along with
// an encrypted one (CAREFUL!). Set this variable
// to the name of the cleartext password field
// and it will be updated IN ADDITION to the encrypted
// field indicated above. Others should leave this
// setting as an empty string.
//
$update_clear_passwd_field = 'pw_clear_passwd';
Do you really have two password fields? If so, this is fine.
i m using squirrelmail latest version 1.4.x with compatibiltiy plugin 1.3
which i ve added to plugin list.
after doing all this when i want to change passwd from change passwd option.
i m getting error message
* SQL call failed, try again later.*
** ** * *this is all i ve done to accomplish this.
You don't get any line numbers or ANYTHING? When do you get this error? What exactly did you do to get it? Please give more details!
can u let me know how to get output from debugger plugin.
so i can provide u clear picture.
Read the INSTAL file that comes with the plugin.
- Paul
------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
