# HG changeset patch # User Kim Alvefur # Date 1683385468 -7200 # Node ID a58ba20b3a71db10eb9e5780d2200faff915ff83 # Parent aa068449b0b6eef23d5931439caaf4a885394fbd mod_block_registrations: Update description expansion of default list The default got a lot longer in 368bf9b06484, a bit too long to fit comfortably in this table. diff -r aa068449b0b6 -r a58ba20b3a71 mod_block_registrations/README.markdown --- a/mod_block_registrations/README.markdown Sat May 06 12:23:22 2023 +0200 +++ b/mod_block_registrations/README.markdown Sat May 06 17:04:28 2023 +0200 @@ -19,11 +19,11 @@ You can then set some options to configure your desired policy: - Option Default Description - -------------------------------- --------------- ------------------------------------------------------------------------------------------------------------------------------------------------- - block\_registrations\_users `{ "admin" }` A list of reserved usernames - block\_registrations\_matching `{ }` A list of [Lua patterns](http://www.lua.org/manual/5.1/manual.html#5.4.1) matching reserved usernames (slower than block\_registrations\_users) - block\_registrations\_require `nil` A pattern that registered user accounts MUST match to be allowed + Option Default Description + ------------------------------ ------------------- ----------------------------------------------------------------------------------------------------------------------------------------------- + block_registrations_users *See source code* A list of reserved usernames + block_registrations_matching `{ }` A list of [Lua patterns](http://www.lua.org/manual/5.1/manual.html#5.4.1) matching reserved usernames (slower than block_registrations_users) + block_registrations_require `nil` A pattern that registered user accounts MUST match to be allowed Some examples: