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.
How to Repair: Everyone can Access every project?
Moderators: Developer, Contributor
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.
# 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.