[sork] passwd+ vpomail(mysql) problem.
Jan Sverre Andreassen
jansverre at proxit.no
Sat Dec 6 11:22:05 PST 2003
I have a frustrated problem vith the Sork-passwd module; When i hit the
"change password" button, i just get a blank screen with the "main.php" in
my browser-address field. I use the latest versions of hord/imp and passwd.
Vpopmail with mysql is function o.k. I also have the "pw_domain" field i my
vpopmail table.
This is my backends.php:
$backends['vpopmail'] = array (
'name' => 'vpopmail Authentication',
'preferred' => '',
'password policy' => array(
'minLength' => 3,
'maxLength' => 8,
'maxSpace' => 0,
'minUpper' => 0,
'minLower' => 0,
'minNumeric' => 0
),
'driver' => 'vpopmail',
'params' => array(
'phptype' => 'mysql',
'hostspec' => 'localhost',
'username' => 'vpopmailuser',
'password' => 'mypass',
'encryption' => 'plain',
'database' => 'vpopmail',
'table' => 'vpopmail',
'name' => 'pw_name',
'domain' => 'pw_domain',
'passwd' => 'pw_passwd',
'clear_passwd' => 'pw_clear_passwd',
'use_clear_passwd' => true
)
does anyone got a good idea?
--
Jan Sverre Andreassen
More information about the sork
mailing list