6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
1/9/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12030] change password not configured
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..__..___.___.__ |\ || |[__ [__ [ __ | \||__|[___[___[_./
Comment
> We are using the password module for changing key users we could not > implement it properly. I hope your help to correct deployment and > configuration of this module. > > Using WebMail Horde 3.1.1 + postfix + mysql (mail user bd) + 4.1.1 + > cyrus IMP. > > Mail users are stored in the database in MySQL (postfix) and the > table is mailbox. > > By changing the key results in the following text. > Failed to change password for Horde Authentication: User not found > > This is the configuration of password file backend.php. > > $ Backends ['composite'] = array ( > 'Name' => 'Example All Services', > 'Preferred' =>'', > 'Password policy' => array ( > 'MinLength' => 3, > 'MaxLength' => 15, > 'MinClasses' => 0, > ) > 'Driver' => 'composite', > 'Params' => array ('driver' => array ( > 'Sql' => array ( > 'Name' => 'Horde Authentication', > 'Driver' => 'sql', > 'Required' => true, > 'Params' => array ( > 'Phptype' => 'mysql', > 'Hostspec' => 'localhost', > 'Username' => 'horde', > 'Password' =>'', > 'Encryption' => 'md5-hex', > 'Database' => 'horde', > 'Table' => 'horde_users' > 'User_col' => 'user_uid' > 'Pass_col' => 'user_pass' > 'Show_encryption' => false, > 'Query_lookup' => 'SELECT FROM mailbox WHERE email > clear_password =% u', > 'Query_modify' => 'UPDATE mailbox SET password =% p > clear_ WHERE email =% u', > ) > ) > 'Sql' => array ( > 'Name' => 'Postfix', > 'Driver' => 'sql', > 'Required' => true, > 'Params' => array ( > 'Phptype' => 'mysql', > 'Hostspec' => 'localhost', > 'Username' => 'postfix', > 'Password' => 'secret', > 'Encryption' => 'plain', > 'Database' => 'postfix', > 'Table' => 'mailbox', > 'User_col' => 'email', > 'Pass_col' => 'clear_password' > 'Show_encryption' => false > ) > ) > 'Smbpasswd' => array ( > 'Name' => 'Samba Server', > 'Driver' => 'smbpasswd' > 'Params' => array ( > 'Program' => '/ usr / bin / smbpasswd' > 'Host' => 'localhost', > ) > ) > )), > );
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers