I'm looking to allow non-admin users to create their own projects, i've found the option to set the default role for a non-admin who has created a project, but I cant find how to let them actually create the project, do I have to set a role for them somewhere? or is there a plugin I have to install?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 4 down vote accepted

It's there but not very intuitive. In order to have permissions in Redmine a user must be a member of a project first.

  1. Give a Role the "Add Project" permission
  2. Add the user as a Member to a project with that Role
  3. Then the user should be able to see the "Add Project" link on the cross project list (/projects)
link|improve this answer
Cheers, I found it after a few hours of trial and error, it seems odd that to give someone the ability they need to be a manager, perhaps a better way would be to create a role specifically for creating projects or something similar, cheers again – Scott Jun 7 '11 at 9:37
1  
I agree, we're trying to think of a better way to manage permissions outside of a project but it's a lot of code to replace. – Eric Davis Jun 28 '11 at 23:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.