Differences between revisions 5 and 6
| Deletions are marked like this. | Additions are marked like this. |
| Line 10: | Line 10: |
| {{{ | |
| Line 11: | Line 12: |
| }}} |
MoinMoinについて
ACL (Access Control Lists)
あるグループについて権限を与える時には、wikiconfig.pyで
acl_rights_before = u"SuperUser:read,write,delete,revert,admin xxxGroup:read,write" acl_rights_default = u"All:"
などと書く。グループの設定は「xxxGroup」というページを新規作成し、
などと書いておく。