E D R , A S I H C RSS

Full text search for "ProtectedPage"

Protected Page


Search BackLinks only
Display context of search results
Case-sensitive searching
  • MoniWikiACL . . . . 12 matches
         모든 페이지에 대해서 읽기만 가능하게, ProtectedPage에 대해서는 읽기도 거부
         ProtectedPage @ALL deny read
         ProtectedPage는 {{{deny *}}} + {{{allow read}}} + {{{deny read}}} = {{{deny *}}}이 된다.
         ProtectedPage @ALL deny *
         ProtectedPage는 {{{deny *}}} + {{{allow read}}} + {{{deny *}}}이 된다: explicit하게 허락된 read가 허용된다.
         마지막 줄 {{{ProtectedPage @ALL deny *}}}는 무시되게 되는 것이다.
         ProtectedPage @All deny read,ticket,info,diff,titleindex,bookmark,pagelist
          * ProtectedPage는 edit,savepage를 제외하고 모두 불허
         ProtectedPage @User deny * # 이것만으로는 의도대로 작동 안한다.
         ProtectedPage @User deny edit,savepage
          * ProtectedPage는 모두 불허
          * {{{allow edit,savepage}}}라고 explicit하게 정의된 것을 다시 취소시켜야 의도대로 작동하는 것이다. 따라서 {{{ProtectedPage @User deny edit,savepage}}}라고 써 주어야 한다.
Found 1 matching page out of 138 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.0063 sec