changeset 432:26ac8c0e6ecf

and there too
author Kim Alvefur <zash@zash.se>
date Thu, 06 Mar 2014 01:39:57 +0100
parents 0bf555b3a3fa
children 56b79ff1c34c
files mod_block_registrations.wiki
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_block_registrations.wiki	Thu Mar 06 01:39:31 2014 +0100
+++ b/mod_block_registrations.wiki	Thu Mar 06 01:39:57 2014 +0100
@@ -28,7 +28,7 @@
 
 {{{
     block_registrations_users = { "admin", "root", "xmpp" }
-    block_registrations_patterns = {
+    block_registrations_matching = {
         "master$" -- matches postmaster, hostmaster, webmaster, etc.
     }
     block_registrations_allow = "^[a-zA-Z0-9_-.]$" -- Allow only simple ASCII characters in usernames