diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-24 16:21:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-24 16:21:22 -0400 |
commit | 0538498ed05f4abf3cb5102c299392d4b4c0086d (patch) | |
tree | a5b61cad506766d777aad919ec90aef1b59a7ae4 /doc | |
parent | 478bed25962908a724bb4ce753b574b86f84dfb8 (diff) | |
download | ikiwiki-0538498ed05f4abf3cb5102c299392d4b4c0086d.tar ikiwiki-0538498ed05f4abf3cb5102c299392d4b4c0086d.tar.gz |
links
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/untrusted_git_push.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tips/untrusted_git_push.mdwn b/doc/tips/untrusted_git_push.mdwn index 48024566b..958e04e77 100644 --- a/doc/tips/untrusted_git_push.mdwn +++ b/doc/tips/untrusted_git_push.mdwn @@ -21,12 +21,12 @@ repository's `pre-receive` hook. There it will examine every change that untrusted users push into the wiki, and reject pushes that contain changes that cannot be made using the web interface. -So, unless you have the [[ikiwiki/plugin/attachment]] plugin turned on, +So, unless you have the [[plugins/attachment]] plugin turned on, non-page files cannot be added. And if it's turned on, whatever `allowed_attachments` checks you have configured will also check files pushed into git. -And, unless you have the [[ikiwiki/plugin/remove]] plugin turned on, no +And, unless you have the [[plugins/remove]] plugin turned on, no files can be deleted. And if you have `locked_pages` configured, then it will also affect what's |