# HG changeset patch # User Kim Alvefur # Date 1394066371 -3600 # Node ID 0bf555b3a3fad7f08577032f9ee50fa998f04e51 # Parent 1cc57962610ca6d1c2cfa0d27a29ad380705a7e9 mod_block_registrations: block_registrations_matching, not _patterns diff -r 1cc57962610c -r 0bf555b3a3fa mod_block_registrations.wiki --- a/mod_block_registrations.wiki Fri Feb 21 17:28:27 2014 +0100 +++ b/mod_block_registrations.wiki Thu Mar 06 01:39:31 2014 +0100 @@ -21,7 +21,7 @@ || *Option* || *Default* || *Description* || || block_registrations_users || { "admin" } || A list of reserved usernames || -|| block_registrations_patterns || { } || A list of patterns matching reserved usernames (slower than block_registrations_users) || +|| block_registrations_matching || { } || A list of patterns matching reserved usernames (slower than block_registrations_users) || || block_registrations_allow || nil || A pattern that registered user accounts MUST match to be allowed || Some examples: @@ -36,4 +36,4 @@ = Compatibility = || 0.9 || Works || -|| 0.8 || Should work || \ No newline at end of file +|| 0.8 || Should work ||