summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-01-04 13:44:47 -0500
committerAdam <Adam@anope.org>2014-01-04 13:44:47 -0500
commitd64855b35b27cc474ce03bcc5809fcf0cd8e11cf (patch)
tree60e54cdaeccb81e90203d8a0d1298fe666c95bdf /data
parent4617fdbf3de54b076f0b3765dad5798cf65ed741 (diff)
Allow m_sql_authentication to disable email changing similar to m_ldap_authentication
Diffstat (limited to 'data')
-rw-r--r--data/modules.example.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf
index a6c226750..8e41aa734 100644
--- a/data/modules.example.conf
+++ b/data/modules.example.conf
@@ -466,6 +466,12 @@ module { name = "help" }
* If not set, then registration is not blocked.
*/
#disable_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_email_reason = "To change your email address visit http://some.misconfigured.site"
}
/*