[horde] Getting horde5-passwd-5.0.0dev201212121203-2.1.noarch work with ispconfig3 on horde5 webmail edition
Matthew Lue
matthew.lue at expert-partner.com
Mon Jan 7 09:24:35 UTC 2013
Hi, i extracted the files from suse package and put them under
horde/passwd .
and then apply the patch shown here
http://git.horde.org/horde-git/-/commit/f1a9c26a2e5e8b5edf4216f6278426593e4dda69
and of course changed backend.php with the following:
$backends['sql'] = array (
'name' => 'Change password',
'preferred' => '',
'password policy' => array(
'minLength' => 8,
'maxLength' => 64,
'maxSpace' => 0,
'minNumeric' => 1
/*'minUpper' => 1,
'minLower' => 1,
'minSymbols' => 1*/
),
'driver' => 'sql',
'params' => array(
'phptype' => 'mysql',
'hostspec' => 'localhost',
'username' => 'user',
'password' => 'pw',
'encryption' => 'crypt-md5',
'database' => 'dbispconfig',
'table' => 'mail_user',
'user_col' => 'email',
'pass_col' => 'password',
'show_encryption' => false
)
);
It seems changing the password with any error popup but, after
submitting the change, can't login with neither the new password nor the
old/orginal password.
Any steps i have missed??
THank you.
More information about the horde
mailing list