Automatically Login on load site

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
bannerks
Posts: 2
Joined: 12 Nov 2017, 09:24

Automatically Login on load site

Post 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
TomR
Posts: 55
Joined: 01 Aug 2006, 10:22

Re: Automatically Login on load site

Post by TomR »

Solution for for 2.

In config_inc.php

Code: Select all

$g_default_home_page = 'changelog_page.php'; 
Post Reply