mod_block_registrations/README.markdown
changeset 2719 9b43b7fc3558
parent 2276 65d9093525ca
child 5425 a58ba20b3a71
--- a/mod_block_registrations/README.markdown	Mon May 08 19:39:43 2017 +0200
+++ b/mod_block_registrations/README.markdown	Fri May 12 23:41:31 2017 +0200
@@ -31,7 +31,7 @@
     block_registrations_matching = {
       "master$" -- matches anything ending with master: postmaster, hostmaster, webmaster, etc.
     }
-    block_registrations_require = "^[a-zA-Z0-9_-.]+$" -- Allow only simple ASCII characters in usernames
+    block_registrations_require = "^[a-zA-Z0-9_.-]+$" -- Allow only simple ASCII characters in usernames
 
 Compatibility
 =============