From 8f1de26d99e4159a7385650afa9415bf3bf06943 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 5 Aug 2005 14:51:39 +0000 Subject: [PATCH] *** empty log message *** SVN revision: 1476 --- doc/faq.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/faq.html b/doc/faq.html index 435e6821..55ae8111 100755 --- a/doc/faq.html +++ b/doc/faq.html @@ -45,6 +45,7 @@ where one can enter messages but not change them afterwards.
  • I cannot pass the login page, it's always redisplayed even if I put in the right password?
  • How can I change an attribute for an entire thread? We have an attribute "open problem/fixed" which should be changed for the whole thread if that problem has been fixed. +
  • Can I use RSS feeds with password protected logbooks?
    @@ -271,6 +272,16 @@ after some time, while keeping the open issues untouched.

    +

  • Can I use RSS feeds with password protected logbooks? +

    +RSS feeds normally only work for logbooks which have at least public read access (via +the guest menu commands). There is however a way to allow only restricted read access +and still use RSS feeds. This is done by adding an additional read password via the +elogd -r <pwd> -l <logbook> command. This password +(username may be any) can then be used in an RSS reader for restricted access. One reader +which has been successfully used with this kind of authentication is +RSSReader.

    +