User rights

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
goudhamster
Posts: 5
Joined: 10 Dec 2009, 11:33

User rights

Post by goudhamster »

Hi,

I' am using mantis 1.1.8 version.

My problem is that i want users with the access level reporter that they can only see My View, View Issues,Report Issue and Logout in top bar.
And when the log in they go directly to Report issue.
Is this possible? and how do i have to do it.

Regards,

Steven
goudhamster
Posts: 5
Joined: 10 Dec 2009, 11:33

Re: User rights

Post by goudhamster »

nobody knows this???
Kirill
Posts: 638
Joined: 25 Nov 2007, 08:05
Location: Kaliningrad, RF
Contact:

Re: User rights

Post by Kirill »

config_inc.php

Code: Select all

	$g_default_home_page	= 'bug_report_page.php';
goudhamster
Posts: 5
Joined: 10 Dec 2009, 11:33

Re: User rights

Post by goudhamster »

Hey,

thanks for the reply but i added that to the .php file but i still see | Change Log | Roadmap | Docs |.
How do i remove those?
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: User rights

Post by atrol »

Code: Select all

$g_view_changelog_threshold = DEVELOPER;
$g_roadmap_view_threshold = DEVELOPER;
$g_view_proj_doc_threshold = DEVELOPER;
Please use Search before posting and read the Manual
goudhamster
Posts: 5
Joined: 10 Dec 2009, 11:33

Re: User rights

Post by goudhamster »

hey,

yeah it worked almost for all only i still see docs, the rest is gone now.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: User rights

Post by atrol »

seems to be a bug,
I found the setting in config_defaults_inc.php with explanation
# Threshold needed to view project documentation

You should enter a new issue in bugtracker
Please use Search before posting and read the Manual
Post Reply