Please help me, I would like to change the password from webmail squirrelmail
I have config the plugin change_sqlpass plugin with vpopmail/mysql with this entry in config.php : line 37: $csp_dsn = 'mysql://vpopmail:password@localhost/vpopmail'; line 75: $lookup_password_query = 'SELECT count(*) FROM vpopmail WHERE pw_name = "%2" AND pw_domain = "%3" AND pw_passwd = %4'; line 106: 'UPDATE vpopmail SET pw_passwd = %4 WHERE pw_name = "%2" AND pw_domain = "%3"', line 150: $password_encryption = 'MD5CRYPT'; line 179: $csp_salt_static = ''; line 183: $csp_salt_query = 'SELECT SUBSTRING(pw_passwd,4,9) FROM vpopmail WHERE pw_name = "%2"'; Edit functions.php. Add the following at line 15. There are errors present if the following files are not included: Codice: include_once(SM_PATH . 'functions/display_messages.php'); include_once(SM_PATH . 'plugins/change_sqlpass/md5crypt.php'); but not function i recive this error: DATABASE ERROR: Can not find salt: thanks -- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
