diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-17 15:55:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-17 15:55:17 -0400 |
commit | 533c8e62c5043e8e10dbd6203bb1a5ebe8a0d87e (patch) | |
tree | 3056377da418956f74d8c3deb5731cf38737f648 /doc | |
parent | 3298902443128f68e21f4ad349a7a3a9e0f03bce (diff) | |
download | ikiwiki-533c8e62c5043e8e10dbd6203bb1a5ebe8a0d87e.tar ikiwiki-533c8e62c5043e8e10dbd6203bb1a5ebe8a0d87e.tar.gz |
why this is hard..
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/anon_push_of_comments.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/anon_push_of_comments.mdwn b/doc/todo/anon_push_of_comments.mdwn index bb5d04670..b472ea13f 100644 --- a/doc/todo/anon_push_of_comments.mdwn +++ b/doc/todo/anon_push_of_comments.mdwn @@ -4,3 +4,11 @@ allowed, because users cannot edit, or create internal page files. But, comments in allowed locations are an exception to that rule, and that exception should be communicated somehow to `IkiWiki::Receive`. --[[Joey]] + +> Complications include: +> +> * Hard to see a way to prevent users from committing a comment that +> claims to be written by someone else. +> * `checkcontent` hooks need to be run, but can't accept a comment +> for later moderation, since it's coming in as part of a commit. +> Best they could do is reject the commit. |