MediaWiki:Titleblacklist: Difference between revisions
Jump to navigation
Jump to search
(Added random-10-100 title blocking) |
(Re-allow long usernames) |
||
Line 2: | Line 2: | ||
# Use "#" for comments. | # Use "#" for comments. | ||
# This is case insensitive by default | # This is case insensitive by default | ||
# Block users with numbers at the end of their name | |||
User:[A-z]+[0-9]{2,} | User:[A-z]+[0-9]{2,} | ||
#Block users with no space character in their name (enforce SL-style names) | #Block users with no space character in their name (enforce SL-style names) | ||
User:[A-z0-9]+ | User:[A-z0-9]+ | ||
Revision as of 13:39, 13 March 2023
- This is a title blacklist. Titles and users that match a regular expression here cannot be created.
- Use "#" for comments.
- This is case insensitive by default
- Block users with numbers at the end of their name
User:[A-z]+[0-9]{2,}
- Block users with no space character in their name (enforce SL-style names)
User:[A-z0-9]+