RainLoop / rainloop-webmail

Simple, modern & fast web-based email client
http://rainloop.net
MIT License
4.12k stars 896 forks source link

ISPconfig password change fails on multiserver enviroment #733

Open Progressed36 opened 9 years ago

Progressed36 commented 9 years ago

Dear support,

On a multiserver enviroment in ISPconfig the password changes back after serval days. my mailboxes are on server 2. It seems that after a few days server 1 overwrites the standard password i gave the user in the beginning and syncs this to server 2.

max4kaps commented 8 years ago

I've faced same issue.

Looking in the code of the ispconfig--changepassword-plugin for rainloop. It directly changes data in the DB of ISPconfig. That will not work with multi-server configuration of ISPConfig, cause in this situation ISPConfig has master and slave DB's. Both should be changed.

BTW, with the squirellmail you will get same issue.

Conclusion: the plugin is not suitable for multiserver ISPConfig setup, cause is not using the API of ISPConfig.

P.S.: I am thinking to write a new version of this plugin to work with API of ISPConfig and not with the DB

andypl78 commented 7 years ago

I confirm, change the password change through API ISPConfig

kyle0440 commented 7 years ago

Anyone ever find a solution to this? Or did the plugin ever get rewritten?

Progressed36 commented 6 years ago

The plugin isnt yet rewritten and the problem is still there!