default page is not working for anonymous account
Posted: 02 Apr 2006, 16:34
Hello, I have created an anonymous account (protected) and defined the default page (after login) in my config:
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!
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';
This only work for registered users.
Some idea about how fix it ?
Thank you!