1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 22:46:38 +02:00

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

This commit is contained in:
Adam
2013-03-13 09:02:31 -05:00
parent 05223dbe6d
commit 72aa27ede5
2 changed files with 25 additions and 10 deletions
+9 -3
View File
@@ -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_reason = "To register on this network, visit http://some.misconfigured.site/register"
#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_email_reason = "To change your email address visit http://some.misconfigured.site"
}
/*