WebMail Pro 7 documentation

Access any user account with a single Master Password

Master password allows system administrator to log into any user account, without knowing the account password.

Also, it allows developers to authenticate as any user in terms of Web API.

The feature is available as plugin and it's supported starting from WebMail Pro version 7.6.3.

With the plugin enabled, it is possible to log into any account by supplying admin password instead of account password. That will work for web access as well as API access.

Download and unpack the plugin found here, extract package content and place it so that the index file is available at the following location: data/plugins/master-password/index.php

Enable the plugin by adding the following item to array defined in data/settings/config.php file:

'plugins.master-password' => true,