Conditions:
(documentation) | (action == "createaccount" ) &
!('override-antispoof' in user_rights) &
(
lcase(accountname) rlike "[bcdfghjklmnpqrstvwxz]{9}" |
lcase(accountname) rlike "[0-9]{12}" |
lcase(accountname) rlike "[-bcdfghjklmnpqrstvwxz!@£$%^&*()_+=0-9]{15}" |
accountname rlike "[\!\@\£\€\¥\₽\₹\$\%\^\&\*\(\)\-\_\+\=\;\:\'\"\|\\\?\<\>\,\.\/\[\]\`\~\±\§\{\}]{4}"
)
|
Notes: |
|
Tools: | Export this filter to another wiki
|