diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-26 15:06:00 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-26 15:06:00 -0500 |
commit | dbd95c67bc787e57063f58f7cf0472375d35cd75 (patch) | |
tree | e17c99aaec54e03352a53ea76cad9337d803b1c0 | |
parent | 6f1539320b7b2701d391c9921177b31898767bb7 (diff) |
add link to untrusted git push
-rw-r--r-- | doc/plugins/lockedit.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/lockedit.mdwn b/doc/plugins/lockedit.mdwn index d2e98e07a..c8f64ea47 100644 --- a/doc/plugins/lockedit.mdwn +++ b/doc/plugins/lockedit.mdwn @@ -4,7 +4,7 @@ This plugin allows the administrator of a wiki to lock some pages, limiting who can edit them using the online interface. This doesn't prevent anyone who can commit to the underlying revision control system from editing the -pages, however. +pages, however. (Unless you set up [[tips/untrusted_git_push]].) The `locked_pages` setting configures what pages are locked. It is a [[ikiwiki/PageSpec]], so you have lots of control over what kind of pages |