Thomas Bruederli wrote:
Excellent idea. To configure it you suggest to use a local config file with in the plugin directory, right?
Implemented in r2664. Waiting for more drivers ;)
My second idea is to create hooks for rcube_user's email2user and user2email functions. Then we could move current virtuser_* features into 'virtuser' plugin. This plugin should also work as password above with drivers for file, sql, or any callback.
I agree to create hooks for these functions but why not creating diffrent plugins for file and sql backends? I think the code for both will be completely different.
You're right. It should be separated, because there's no shared UI.