aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/httpauth_conflicts_with_git_anon_push.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-08-30 16:05:15 -0400
committerJoey Hess <joey@kitenet.net>2010-08-30 16:05:15 -0400
commita330b1ee743f093a03ff23b2d4bff42df7def8b9 (patch)
treedb285b7184750aeb2cb7159320c2545e5cb233b4 /doc/bugs/httpauth_conflicts_with_git_anon_push.mdwn
parent75382bd3747f4c293a5fee5715bfbebe0ff04187 (diff)
downloadikiwiki-a330b1ee743f093a03ff23b2d4bff42df7def8b9.tar
ikiwiki-a330b1ee743f093a03ff23b2d4bff42df7def8b9.tar.gz
Avoid trying to log the user in when receiving anonymous pushes from git and a plugin like httpauth returns a login function.
Just use check_canedit in nonfatal mode.
Diffstat (limited to 'doc/bugs/httpauth_conflicts_with_git_anon_push.mdwn')
-rw-r--r--doc/bugs/httpauth_conflicts_with_git_anon_push.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/httpauth_conflicts_with_git_anon_push.mdwn b/doc/bugs/httpauth_conflicts_with_git_anon_push.mdwn
index 3e496fef4..91507f57a 100644
--- a/doc/bugs/httpauth_conflicts_with_git_anon_push.mdwn
+++ b/doc/bugs/httpauth_conflicts_with_git_anon_push.mdwn
@@ -22,4 +22,4 @@ Analysis:
So, all these calls need to avoid running the error handler
functions returned by canedit hooks, and just return error
-messages.
+messages. [[done]] --[[Joey]]