Page 1 of 1
Public RSS feeds?
Posted: 27 Aug 2008, 21:02
by dbc001
How do I get my Mantis RSS feeds to be publicly viewable? They're requiring a login... (I'm using Mantis 1.1.0)
Thanks in advance!
dbc
Re: Public RSS feeds?
Posted: 28 Aug 2008, 06:29
by deboutv
You should enable an anonymous account (I guess).
Re: Public RSS feeds?
Posted: 28 Aug 2008, 14:13
by dbc001
That worked - thanks!
I found instructions for enabling anonymous access here:
http://www.mantisbt.org/wiki/doku.php/m ... ous_access
1. Create a user account
- Name: typically “anonymous” or “guest”.
- Real Name: leave empty.
- Email: anonymous@localhost (or leave empty if you also set $g_allow_blank_email = ON).
- Access Level: Typically viewer or reporter depending on the requirement.
- Enabled: true
- Protected: true
2. Provide the account with access to the necessary “private” projects. The anonymous user will automatically get access to “public” projects.
3. Set the following configuration options in config_inc.php.
# --- anonymous login -----------
$g_allow_anonymous_login = ON;
$g_anonymous_account = 'anonymous';
# Optionally, if you want to use blank email addresses
$g_allow_blank_email = ON;
Re: Public RSS feeds?
Posted: 29 Aug 2008, 13:39
by autra
$g_anonymous_account = 'anonymous'; only if the name of the account is 'anonymous'. Otherwise if the name is 'guest', it must be 'guest', mustn't it ?
Re: Public RSS feeds?
Posted: 09 Feb 2009, 13:11
by meghraj
Hi,
I get an XML tree when I click on RSS link .
My mantis version is1.0.6 and mysql 5.0.45 and PHP v5.2.3
What I need to do to make the RSS feeds available the one like on mantisbt org.
I am new to RSS and I couldn't understand how to proceed with.
Please help me out
Thanks,
meghraj