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.

    +