summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/forum/appear_if_you_are_login_or_not_in_a_page.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/forum/appear_if_you_are_login_or_not_in_a_page.mdwn b/doc/forum/appear_if_you_are_login_or_not_in_a_page.mdwn
index ec3ca4138..239f78f5d 100644
--- a/doc/forum/appear_if_you_are_login_or_not_in_a_page.mdwn
+++ b/doc/forum/appear_if_you_are_login_or_not_in_a_page.mdwn
@@ -22,3 +22,8 @@ Xan.
>>> non-essential, that's not so bad. You'd need to
>>> [[write_a_plugin|plugins/write]] to add a suitable CGI action,
>>> perhaps ?do=whoami, and insert the Javascript. --[[smcv]]
+
+>>>> Cool idea. A similar trick (I first saw it
+>>>> [here](http://www.peej.co.uk/articles/http-auth-with-html-forms.html))
+>>>> could be used to provide a [[plugins/passwordauth]]-like login form
+>>>> for [[plugins/httpauth]].