Page 1 of 1

Allow Reporter to Add Projects

Posted: 27 Jul 2023, 18:28
by jfreak53
How do I allow my reporter users to add new projects? I tried adding the below to the config file, but no go:

Code: Select all

$g_create_project_threshold = VIEWER;
Thanks!

Re: Allow Reporter to Add Projects

Posted: 27 Jul 2023, 18:40
by cas
it should read:
$g_create_project_threshold = REPORTER;
Nevertheless I would advise to reconsider allowing this.

Re: Allow Reporter to Add Projects

Posted: 27 Jul 2023, 18:55
by jfreak53
Woops, mis-typed. That's what we have in there, but it doesn't show the manage button:

Image

Re: Allow Reporter to Add Projects

Posted: 28 Jul 2023, 06:56
by cas
it may also need:
$g_manage_project_threshold = REPORTER;
But why would you actually want this?

Re: Allow Reporter to Add Projects

Posted: 28 Jul 2023, 12:44
by jfreak53
Perfect! Thanks! We have reasons why we need this :) thanks for the help! :D