# HG changeset patch # User Kim Alvefur # Date 1394066397 -3600 # Node ID 26ac8c0e6ecf0b77afd3f6c64edd3e271ace5250 # Parent 0bf555b3a3fad7f08577032f9ee50fa998f04e51 and there too diff -r 0bf555b3a3fa -r 26ac8c0e6ecf mod_block_registrations.wiki --- 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