Mercurial > prosody-wiki
changeset 431:0bf555b3a3fa
mod_block_registrations: block_registrations_matching, not _patterns
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 06 Mar 2014 01:39:31 +0100 |
parents | 1cc57962610c |
children | 26ac8c0e6ecf |
files | mod_block_registrations.wiki |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 ||