diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-15 20:44:02 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-15 20:44:02 +0000 |
commit | ef06e679782629622da21ac9952f5c614fccbaa4 (patch) | |
tree | 09b6ea25327f78faa69954342d2e92374c5e6e03 | |
parent | cb25b4c7c4a388cf7ec89659bac489335ffd93d7 (diff) |
Add todo item for an httpauth example.
-rw-r--r-- | doc/todo/httpauth_example.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
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]] |