How to Repair: Everyone can Access every project?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
necro
Posts: 2
Joined: 21 Jul 2005, 07:15

How to Repair: Everyone can Access every project?

Post by necro »

Last day, I suffered by a strange thing: in my mantis v1.0.1, erveryone can access very project, and before last day, verything was OK.

I said first, the view status of the project is set to 'private', but everyone was set to access the project, and no button to remove.

Need any help. thx.
vboctor
Site Admin
Posts: 1304
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

This can happen if the following configuration option is set to a low threshold. It should be set to ADMINISTRATOR by default.

# Threshold needed to be automatically included in private projects
$g_private_project_threshold = ADMINISTRATOR;

I am assuming the project access level is set to PRIVATE if I understand your message correctly.
Post Reply