The project is on github now:
https://github.com/Sweil/Roundcube-Passw...-for-ispCP
(06-18-2011 07:32 PM)freinhard Wrote: i finnally nailed the bug. the driver for ispcp 1.0.7 has a function which expects two parameters, the current and the new password. the current password parameter is being processed but never really used.
Yep, this was a bug. But doesn't effect any problems in this thread.
(06-18-2011 07:32 PM)freinhard Wrote: BUT the ispcp password plugin calls password_save with only one argument and the new password ($password) stays empty. so that's never going to work that way...
This is an interface from the roundcube password change plugin. This ispcp-driver does NOT reimplement the exisiting plugin for roundcube.
(06-18-2011 07:32 PM)freinhard Wrote: solution:
[...]
for the author of the plugin:
* please fix the above
* take your time to release a bundled version of the plugin containing both drivers or put it on github or whatever.
* clean the code and don't use function names multiple times like password_save, that's pretty confusing
Thx for your time,
Florian Reinhard
I think you're dealing with a wrong/old version. None of what you posted may be found in the driver file.