![]() |
roundcube 0.3rc1 change password plugin - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Contributions Area (/forum-40.html) +--- Forum: Enhancements (/forum-43.html) +--- Thread: roundcube 0.3rc1 change password plugin (/thread-7717.html) |
roundcube 0.3rc1 change password plugin - garry - 09-01-2009 02:29 AM - I've installed Roundcube 0.3RC1 and it works very well (I can send/receive emails, create folders...), - I've enabled the password plugin in main.inc.php and I've created plugins/password/config.inc.php, - I can see the 'password' tab in Roundcube, but when I try to change password I get this error: 'Could not save new password.' Can anyone know how to make it work? Thanks in advance my error log: [Mon Aug 31 23:57:01 2009] [warn] mod_fcgid: stderr: MDB2 Error: not found (-4): _doQuery: [Error message: Could not execute statement] [Mon Aug 31 23:57:01 2009] [warn] mod_fcgid: stderr: [Last executed query: SELECT update_passwd('$1$jvVk5x?/$BzII8KOGrJLNCfYvigM05/', 'users@xxxxx.hk')] [Mon Aug 31 23:57:01 2009] [warn] mod_fcgid: stderr: [Native code: 1305] [Mon Aug 31 23:57:01 2009] [warn] mod_fcgid: stderr: [Native message: FUNCTION roundcubemail.update_passwd does not exist] [Mon Aug 31 23:57:01 2009] [warn] mod_fcgid: stderr: PHP Notice: MDB2 Error: not found Query: _doQuery: [Error message: Could not execute statement] [Last executed query: SELECT update_passwd('$1$jvVk5x?/$BzII8KOGrJLNCfYvigM05/', 'users@xxxxx.hk')] [Native code: 1305] [Native message: FUNCTION roundcubemail.update_passwd does not exist] in /var/www/ispcp/gui/tools/roundcube3/program/include/bugs.inc on line 86 [Mon Aug 31 23:57:01 2009] [error] [client 1.2.3.4] File does not exist: /var/www/ispcp/gui/tools/roundcube3/undefined, referer:http://xxx.xx.xx/webmail3/?_task=settings&_action=plugin.password-save http://www.roundcube.net/downloads RoundCube Patches & Plugins http://trac.roundcube.net/browser/trunk/roundcubemail/plugins/password RE: roundcube 0.3rc1 change password plugin - BeNe - 09-04-2009 04:30 PM I started also to get the new Roundcube with the plugin API running. But the old files doesn´t work anymore because of the Plugin API. The old PasswordChanger isn´t support anymore - so we need to rewrite the Plugin or change the current PW Changer that comes with RoundCube. A "ispCP Password Changer" as Plugin would be the best (Confixx and ISPConfig has also one) With such a Plugin for Roundcube is no more Patch needed and we could easy add the PW-Changer. Managesieve is also a default Plugin, in combination with DoveCot is the Mailsystem very rich in features. Greez BeNe RE: roundcube 0.3rc1 change password plugin - BeNe - 09-05-2009 12:00 AM I checked the PW-Changer Plugin and we can directly work with a SQL-Query. Code: 2.1. Database (sql) Can i write the PW in plain text back in the SQL-DB and later start the engine to crypt the PW in ispCP style? Or how could it work ? Greez BeNe RE: roundcube 0.3rc1 change password plugin - BeNe - 09-11-2009 09:34 PM TheCry created a Password-Changer plugin for RoundCube 0.3 and it works great. For more info --> http://www.isp-control.net/forum/thread-7816.html Greez BeNe |