Page 1 of 1

How to Repair: Everyone can Access every project?

Posted: 18 Jan 2007, 11:32
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.

Posted: 22 Jan 2007, 07:26
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.