1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 13:13:13 +02:00

Allow m_sql_authentication to disable email changing similar to m_ldap_authentication

This commit is contained in:
Adam
2014-01-04 13:44:47 -05:00
parent 4617fdbf3d
commit d64855b35b
2 changed files with 14 additions and 1 deletions
+6
View File
@@ -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"
}
/*