Hi Benoit,

With page password set to @nopass, the story is:

"Hello, page. I'd like an RSS feed please."

"Let me look. Yes, I see you're authorized to get an RSS feed. I'll serve it right up."

"Thanks, page."

But with a page password (even if RSS authorization is enabled), the story is:

"Hello, page. I'd like an RSS feed please."

"I'm sorry, Dave, I can't answer any questions, or even look to see if you're authorized unless you first give me a page password. You can never be too cautious, you know."

And since Dave is an RSS Reader, Dave becomes dazed and confused. :)

Randy

On Jan 14, 2008, at 5:36 AM, Benoit Dutilleul wrote:

Hello Randy and thanks for your answer!

Do you know why does providing the password in the RSS feed URL ( &authpw=simpletest) does not solve this issue?
Kind regards,

Benoit


2008/1/14, Randy <[EMAIL PROTECTED]>:
When I go to your URL it tells me "password required". It's doing the same thing to your RSS reader. You need to remove the password protection from the page.

Hope that helps,

Randy

On Jan 14, 2008, at 5:25 AM, Benoit Dutilleul wrote:

Hi there,

I've been trying to configure RSS feeds on my website according to the description provided here:
http://www.pmwiki.org/wiki/PmWiki/WebFeeds

What I did is that:
[1] I setup a side-wide password for RSS actions:
$DefaultPasswords['rss'] = crypt('simpletest');

[2] I disabled "pagelist protect" for RSS actions:
if ($action == 'rss') $EnablePageListProtect = 0;

If I try to see the feed when I am authenticated, things work well but if I am logged out, I can't get the feed to work:
http://cetim.web-farm.org/index.php/Site/AllRecentChanges?action=rss&authpw=simpletest

I have the same problem even if I disable the Default password for RSS.

Has somebody an idea of what I am doing wrong?
Kind regards,

Benoit

--
Wanderer, your footsteps are the road, and nothing more; wanderer, there is no road, the road is made by walking. By walking one makes the road, and upon glancing behind one sees the path that never will be trod again. Wanderer, there is no road-- Only wakes upon the sea. -- Antonio Machado _______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users




--
Wanderer, your footsteps are the road, and nothing more; wanderer, there is no road, the road is made by walking. By walking one makes the road, and upon glancing behind one sees the path that never will be trod again. Wanderer, there is no road-- Only wakes upon the sea. -- Antonio Machado

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to