anyone knows how to make horde change password successfully with ispconfig? the module passwd dont work out of the box, so any help would be appreciated
using horde passwd replying to myself, configure backends.php to use this: 'driver' => 'sql', 'params' => array( 'phptype' => 'mysql', 'hostspec' => 'localhost', 'username' => 'youruser', 'password' => 'yourpassword', 'encryption' => 'crypt-md5', 'database' => 'dbispconfig', 'table' => 'mail_user', 'user_col' => 'email', 'pass_col' => 'password', 'show_encryption' => false )