From: joshtriplett Date: Tue, 15 May 2007 20:44:02 +0000 (+0000) Subject: Add todo item for an httpauth example. X-Git-Tag: 2.1~29 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=ef06e679782629622da21ac9952f5c614fccbaa4 Add todo item for an httpauth example. --- diff --git a/doc/todo/httpauth_example.mdwn b/doc/todo/httpauth_example.mdwn new file mode 100644 index 000000000..f67f67371 --- /dev/null +++ b/doc/todo/httpauth_example.mdwn @@ -0,0 +1,5 @@ +ikiwiki should supply an example .htaccess file for use with HTTP +authentication (perhaps as a [[tip|tips]]), showing how to authenticate the +user for edits without requiring authentication for the entire wiki. (Ideally, +recentchanges should work without authentication as well, even though it goes +through the CGI.) --[[JoshTriplett]]