Hi Martin, > I'm trying to use the squirrelmail change_sqlpass for allowing users to > change your password. But I'm not able to configure it right. I think the > problem is the salt_query in the config.php of the plug in. Or the > encryption method. > Someone in the list knows wath I have to use for salt_query or static salt > value? For encription methode I can change from the follwoing: > > ##### > // NONE Passwords are stored as plain text only > // MYSQLPWD Passwords are stored using the MySQL password() > function > // MYSQLENCRYPT Passwords are stored using the MySQL encrypt() > function // PHPCRYPT Passwords are stored using the PHP crypt() > function // MD5CRYPT Passwords are stored using encrypted MD5 > algorithm // MD5 Passwords are stored as MD5 hash > #####
You should try MD5CRYPT. That should work if you have set the encryption of webcyradm to crypt. Regards, Claus _______________________________________________ This mailing list is hosted and supported by bit-heads GmbH | http://www.bit-heads.ch _______________________________________________ Web-cyradm mailing list [email protected] http://www.web-cyradm.org/mailman/listinfo/web-cyradm
