Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: dzaku on April 17, 2014, 07:43:09 AM

Title: RC and Citadel password trouble
Post by: dzaku on April 17, 2014, 07:43:09 AM
I connect my Roundcube1.0 to citadel server(pgsql) can read write sen mail , but when i try change password with module password is always fail .
citadel i set  Authentication mode "self contained "



No function matches the given name and argument types. You might need to add explicit type casts. (SQL Query: SELECT update_passwd('123', 'test7')) in /var/www/rc10/program/lib/Roundcube/rcube_db.php on line 465 (POST /?_task=settings&_action=plugin.password-save?_task=&_action=)
[17-Apr-2014 13:41:20 +0200]: DB Error: [7] ERROR:  function update_passwd(unknown, unknown) does not exist
LINIA 1: SELECT update_passwd('test1234', 'test7')
                ^
PODPOWIEDŹ:  No function matches the given name and argument types. You might need to add explicit type casts. (SQL Query: SELECT update_passwd('test1234', 'test7')) in /var/www/rc10/program/lib/Roundcube/rcube_db.php on line 465 (POST /?_task=settings&_action=plugin.password-save?_task=&_action=)
root@xax:/var/www/rc10/plugins/password#
Title: Re: RC and Citadel password trouble
Post by: JohnDoh on April 17, 2014, 09:18:18 AM
SELECT update_passwd(%c, %u) is an example of a possible update command but unless you have created a function called update_passwd in your database which takes those two params it wont work. You need to actually configure the plugin with the correction SQL to update the password in your database.
Title: Re: RC and Citadel password trouble
Post by: dzaku on April 18, 2014, 03:55:30 PM
citadel dont sotage password in database :/