diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-22 11:23:57 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-22 11:23:57 +0200 |
commit | 221448b520f4c1b2aaf2c161ee0913b1c746440e (patch) | |
tree | c78e77d589e6b6530f6e0e0d07ba881809c72b6f /plugins/virtuser_query/virtuser_query.php | |
parent | d8008fe3a99f2358e48517323d32f121e6968259 (diff) |
Add comment about identities_level impact on user2email behavior
Diffstat (limited to 'plugins/virtuser_query/virtuser_query.php')
-rw-r--r-- | plugins/virtuser_query/virtuser_query.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/virtuser_query/virtuser_query.php b/plugins/virtuser_query/virtuser_query.php index 21a869c57..073b4e230 100644 --- a/plugins/virtuser_query/virtuser_query.php +++ b/plugins/virtuser_query/virtuser_query.php @@ -14,8 +14,11 @@ * * $rcmail_config['virtuser_query'] = array('email' => '', 'user' => '', 'host' => ''); * + * The email query can return more than one record to create more identities. + * This requires identities_level option to be set to value less than 2. + * * @version @package_version@ - * @author Aleksander Machniak + * @author Aleksander Machniak <alec@alec.pl> * @author Steffen Vogel */ class virtuser_query extends rcube_plugin |