Page 1 of 1

Public project with default viewer mode

Posted: 23 Apr 2021, 10:49
by aros
Hi,
How to create a Public project with default viewer/read-only issues for all users? Also Nobody can create issue in this public project except admin.
Thanks in advance

Re: Public project with default viewer mode

Posted: 25 Apr 2021, 17:29
by atrol
Goto page Manage > Manage Configuration > Workflow Thresholds
There is a row "Report an issue" where you can configure which access levels are allowed to report an issue.

Another option would be to set
$g_default_new_account_access_level = VIEWER;
in config_inc.php so that all new users will have access level VIEWER.
Access level for existing users have to be changed manually or by tweaking the database.