default page is not working for anonymous account

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
appds
Posts: 2
Joined: 02 Apr 2006, 16:28

default page is not working for anonymous account

Post by appds »

Hello, I have created an anonymous account (protected) and defined the default page (after login) in my config:

Code: Select all

	# --- anonymous login -----------
	# Allow anonymous login
	$g_allow_anonymous_login	= ON;
	$g_anonymous_account		= 'Guest';

	# Default page after Login or Set Project
	$g_default_home_page = 'view_all_bug_page.php';
But curiously is not working when anonymous users access my Mantis (they always enter in "main_page.php").

This only work for registered users.

Some idea about how fix it ?

Thank you!
Post Reply