summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-03-13 09:02:31 -0500
committerAdam <Adam@anope.org>2013-03-13 09:02:31 -0500
commit72aa27ede5f265fe976f8e9935239aed9930ff3a (patch)
treece40f542624217c02e70fe0947a4fa925146f1a7 /data
parent05223dbe6deee103b479f8b5e83a24d756edc511 (diff)
Allow m_ldap_authentication to block email changes if emails are controlled by ldap, don't tell users they must change their email during initial user registration
Diffstat (limited to 'data')
-rw-r--r--data/modules.example.conf12
1 files changed, 9 insertions, 3 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf
index fea868c02..8d1ba902b 100644
--- a/data/modules.example.conf
+++ b/data/modules.example.conf
@@ -247,10 +247,16 @@ m_ldap_authentication
disable_ns_register = false
/*
- * The reason to give the users who try to "/msg NickServ REGISTER" if
- * disable_ns_register is enabled.
+ * If set, the reason to give the users who try to "/msg NickServ REGISTER".
+ * If not set, then registration is not blocked.
+ */
+ #disable_register_reason = "To register on this network visit http://some.misconfigured.site/register"
+
+ /*
+ * If set, the reason to give the users who try to "/msg NickServ SET EMAIL".
+ * If not set, then email changing is not blocked.
*/
- #disable_reason = "To register on this network, visit http://some.misconfigured.site/register"
+ #disable_email_reason = "To change your email address visit http://some.misconfigured.site"
}
/*