Problem Setting up Anonymous Login

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Raptor_pb
Posts: 2
Joined: 15 Jul 2016, 04:20

Problem Setting up Anonymous Login

Post by Raptor_pb »

I'm looking for help setting up an Anonymous Login.
Current Setup
php 5.6.22
MySQL Ver 14.14 Distrib 5.5.44
Mantis 1.3.0

I've read the https://www.mantisbt.org/wiki/doku.php/ ... ous_access on
Enabling Anonymous Access.

I've created the User with the following details (http://imgur.com/Eo4wTN5)
Name: anonymous
Email: {blank}@gmail.com
Access Level: reporter
Enabled: true
Protected: true

And assigned it to the project.

When I go into the Config_inc.php and enable
$g_allow_anonymous_login = ON;
$g_anonymous_account = 'anonymous';

and re-load the webpage it comes up blank.
Raptor_pb
Posts: 2
Joined: 15 Jul 2016, 04:20

Re: Problem Setting up Anonymous Login

Post by Raptor_pb »

After reviewing the code with someone else, we found a missing semi-colon.

After added the Semi-Colon we get the Anonymous login page.
Post Reply