Recent Topics

1 Jan 22, 2007 08:40    

Due to some circumstances I have had to lock down my blog to members only using the $login_required = true; trick in my _config.php

I am using 1.9.2 and it seems that, when logged in, rss works fine in the browser.. but I cannot for the life of me figure out how to get an external news reader (Liferea on linux, in this case) to read that feed.. I assume it needs some kind of authentication cookie in it, but I am not quite sure..

Has anyone done this successfully?

Thanks for your time,
-r

2 Jan 22, 2007 18:26

You could use akregator (KDE app), which uses the cookie from Konqueror then.
You could also add "?login=yourlogin&pwd=yourpassword" to the feed URL in Liferea (check the new URL with the browser before).

3 Jan 23, 2007 01:42

Ok, I have tried this:


http://site/b2evolution/index.php?tempskin=_atom&login=user&pwd=pass


Liferea still fails to find the feed :(

5 Jan 23, 2007 10:31

Works fine in the browser, though Liferea still cannot find the feed..

Any ideas?

6 Jan 24, 2007 20:34

Cannot confirm. I've just tested it with Liferea 1.2.4 on Ubuntu Feisty.
Using "&login=X&pwd=X" in the URL entered in Liferea works with $login_required = true.

If it still does not work, post the URL you use for the subscription, replacing login and pwd, of course.

The above mentioned URL works for the demo site. Changing the password there lets it fail - so that shows that autologin does work.

7 Jan 24, 2007 21:36

Okay, that is working fine now :)

I must've mistyped something, thanks a ton!

-r


Form is loading...