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
Public RSS feeds?
Moderators: Developer, Contributor
Re: Public RSS feeds?
You should enable an anonymous account (I guess).
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Re: Public RSS feeds?
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;
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?
$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?
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
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