Allow Reporter to Add Projects

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
jfreak53
Posts: 4
Joined: 27 Jul 2023, 18:26

Allow Reporter to Add Projects

Post 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!
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: Allow Reporter to Add Projects

Post by cas »

it should read:
$g_create_project_threshold = REPORTER;
Nevertheless I would advise to reconsider allowing this.
jfreak53
Posts: 4
Joined: 27 Jul 2023, 18:26

Re: Allow Reporter to Add Projects

Post by jfreak53 »

Woops, mis-typed. That's what we have in there, but it doesn't show the manage button:

Image
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: Allow Reporter to Add Projects

Post by cas »

it may also need:
$g_manage_project_threshold = REPORTER;
But why would you actually want this?
jfreak53
Posts: 4
Joined: 27 Jul 2023, 18:26

Re: Allow Reporter to Add Projects

Post by jfreak53 »

Perfect! Thanks! We have reasons why we need this :) thanks for the help! :D
Post Reply