Page 1 of 1

Automatically Login on load site

Posted: 15 Nov 2017, 00:17
by bannerks
Hello

I would like to automatically login when a user visits my bugtracker and if possible activate the Change Log view.
I notice that the Mantis Demo link seems to do the first bit logging in as anonymous on visiting.

Is there a way i can achieve this:

1. The first bit login as a predefined user
2. Immediately activate the Change Log view

Thanks
Kerrin

Re: Automatically Login on load site

Posted: 15 Nov 2017, 09:43
by TomR
Solution for for 2.

In config_inc.php

Code: Select all

$g_default_home_page = 'changelog_page.php';