snappymail/plugins/mailcow-change-password
2016-04-22 14:51:37 -04:00
..
index.php Added mailcow RainLoop plugin 2016-04-22 14:51:37 -04:00
LICENSE Added mailcow RainLoop plugin 2016-04-22 14:51:37 -04:00
MailcowChangePasswordDriver.php Added mailcow RainLoop plugin 2016-04-22 14:51:37 -04:00
README Added mailcow RainLoop plugin 2016-04-22 14:51:37 -04:00
VERSION Added mailcow RainLoop plugin 2016-04-22 14:51:37 -04:00

Plugin that adds functionality to change the email account password with the email frontend [mailcow](https://github.com/andryyy/mailcow).

Changes the SQL password (for the default ui for users), the dovecot password, and the SabreDAV password. Essentially does what their own PHP script does. It also ensures the old password matches the actual old password (something their Roundcube plugin does not do).

This plugin is a modification of the [ispconfig-change-password](https://github.com/RainLoop/rainloop-webmail/tree/master/plugins/ipsconfig-change-password) plugin.