summaryrefslogtreecommitdiff
path: root/plugins/password/config.inc.php.dist
diff options
context:
space:
mode:
authorNETLINK <julianmatz@netlink.ie>2012-11-09 04:46:07 +0000
committerNETLINK <julianmatz@netlink.ie>2012-11-09 04:46:07 +0000
commit32395bde1ad0adbcd49e01ee4f96bf9aec56dd7a (patch)
tree3b19a86390dcf461055231002a3db4776b982820 /plugins/password/config.inc.php.dist
parentfb53c809a632a0f4122f0ef76cb8958a4ed7f6e1 (diff)
Update plugins/password/config.inc.php.dist
Added config option to specify hosts that support password changing.
Diffstat (limited to 'plugins/password/config.inc.php.dist')
-rw-r--r--plugins/password/config.inc.php.dist9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist
index 8d7b433af..db5c47b02 100644
--- a/plugins/password/config.inc.php.dist
+++ b/plugins/password/config.inc.php.dist
@@ -1,5 +1,14 @@
<?php
+// Supported hosts
+// -----------------------
+// Array of hosts that support password changing.
+// Default is NULL. Supported hosts will feature
+// a Password option in Settings; others will not.
+// Example:
+//$rcmail_config['password_supported_hosts'] = array( 'mail.example.com', 'mail2.example.org' );
+$rcmail_config['password_supported_hosts'] = NULL;
+
// Password Plugin options
// -----------------------
// A driver to use for password change. Default: "sql".