Change email-to-username mapping on login

This plugin is for version 7 of the product and has not been ported to version 8 yet. We'll eventually be rewriting the existing plugins to v8 platform, please let us know if you require this particular plugin there.
To find out which plugins have already been ported to v8, click here.

By default, WebMail assumes that mail server login is identical to email address. If your system requires supplying login in a different format, this plugin will help you with rewriting login automatically. Out-of-box it will replace '@' character with '.', and of course you can modify the plugin code to implement a different search-and-replace rule.

Upon downloading and extracting plugin package, rename its main directory from:

plugin-change-login-details-master

to:

change-login-details

Then you'll need to deploy the plugin so that its index file is available at the following location:

data/plugins/change-login-details/index.php

To enable the plugin, add the following to array defined in data/settings/config.php file:

'plugins.change-login-details' => true,