]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
examples of blocking users by subnet and blocking whole rogue openid
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 21 Feb 2007 09:37:32 +0000 (09:37 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 21 Feb 2007 09:37:32 +0000 (09:37 +0000)
servers

doc/todo/fileupload.mdwn

index 3a3f27dc44dac9a5922afe198ce86d9bacf2b08b..d0caf6f074060af51117a1723dec24d36d6293af 100644 (file)
@@ -42,6 +42,8 @@ And if that's done, it can also be used to lock users from editing a pages
 or the whole wiki:
 
        ( user(spammer) and * ) or
+       ( user(42.12.*) and * ) or
+       ( user(http://evilopenidserver/*) and * ) or
        ( user(annoying) and index) or
        ( immutable_page )