aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmtd@d79be1606aba831a3b476d5fff7d99f4b321eab2 <jmtd@web>2017-03-03 10:29:13 -0400
committeradmin <admin@branchable.com>2017-03-03 10:29:13 -0400
commit135a302acc9aa8b888b9fbdfb41b5119bf52f196 (patch)
tree1dfae213572d06242a9ea657c75b9e637433745f
parent90f4fd6635e5be3cd21808b768ce4bce4be84fcf (diff)
downloadikiwiki-135a302acc9aa8b888b9fbdfb41b5119bf52f196.tar
ikiwiki-135a302acc9aa8b888b9fbdfb41b5119bf52f196.tar.gz
Added a comment
-rw-r--r--doc/forum/Password_protect_whole_wiki/comment_4_0bebd42b23b4c238831272061486a6ef._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/Password_protect_whole_wiki/comment_4_0bebd42b23b4c238831272061486a6ef._comment b/doc/forum/Password_protect_whole_wiki/comment_4_0bebd42b23b4c238831272061486a6ef._comment
new file mode 100644
index 000000000..e019d0269
--- /dev/null
+++ b/doc/forum/Password_protect_whole_wiki/comment_4_0bebd42b23b4c238831272061486a6ef._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="jmtd@d79be1606aba831a3b476d5fff7d99f4b321eab2"
+ nickname="jmtd"
+ avatar="http://cdn.libravatar.org/avatar/96f1bc700fdf0fc814f40c90391a6b53"
+ subject="comment 4"
+ date="2017-03-03T14:29:11Z"
+ content="""
+If we are talking about configuring the HTTPD to use HTTP basic auth, the UI for HTTP Basic authentication is not great; it is not well supported on mobile devices; it's not well managed by browsers which can remember login credentials and it's not well supported by password managers. Most serious web applications do not use it and instead have their own bespoke session management stuff. Indeed Ikiwiki already has machinery for logins and sessions (I've just completed it on ikiwiki.info to post this comment). So I still think it would be nice to have it necessary to log in to view some, or all, pages in some circumstances.
+
+Of course for HTTPD-mediated login, it doesn't have to be HTTP Basic, but not many users will have the skills or infrastructure to set up something like Shibboleth for their ikiwikis.
+
+To some extent this dovetails with another wishlist item of mine, which is the ability to generate a CGI-only ikiwiki. This is useful if you have an existing ikiwiki which is large, and you want to run a dev or test one in parallel, but don't want to share the src dir, and don't want to have a second git clone of the material knocking around. -- [[users/jon]]
+"""]]