Roundcube Community Forum

 

RC and Citadel password trouble

Started by dzaku, April 17, 2014, 07:43:09 AM

Previous topic - Next topic

dzaku

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#

JohnDoh

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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

dzaku

citadel dont sotage password in database :/