Feature #1007
closedCreate project for no administrator user
0%
Description
A new feature is need. Can create a project by a no administrator user
Files
Related issues
Updated by Jean-Philippe Lang over 16 years ago
- Target version deleted (
0.7)
It can be usefull indeed. Maybe in a future release.
Updated by Thomas Capricelli over 16 years ago
Yes, definitely a request by lot of people on the forum. I support this feature request as well.
greatings.
Updated by Paul Rivier over 16 years ago
I just want to add my voice. It would be handy to have a role between project-manager and admin. Something like "redmine-manager", who could create new projects, new users, manage roles and workflow, but who could not change system settings.
regards,
Updated by Aleksey Ryazhskih about 16 years ago
We have chosen redmine because it works easy with huge amount of small projects. In our organization project managers write letters to admin for new project creation. It is not very usable. I mean, that redmine needs for form for admin project approvement. Or smth like this.
Updated by Jeroen van Wissen about 16 years ago
I'd really like to see this in redmine too.
But it looks like it won't be there anytime soon, this "issue" is over a half year old now..?
Updated by mizi pzor almost 16 years ago
My team just installed redmine, we like it so far but this is one of the missed features. The new proposed role of "redmine-manager" is something I agree fully with. Added to watched tickets.
Updated by Mike Davis almost 16 years ago
I did not see this in the changelog. Did this feature make it into .8.0?
Updated by Thomas Capricelli almost 16 years ago
Mike Davis wrote:
I did not see this in the changelog. Did this feature make it into .8.0?
the status is still 'open', so obviously not :-)
Updated by Steve Cundy over 15 years ago
- File index.rhtml.patch index.rhtml.patch added
- File projects_controller.rb.patch projects_controller.rb.patch added
We are rolling out redmine on our university campus and in our environment any authenticated user can create a project. With a little tweaking I managed to modify the code to fit our needs so any authenticated user can create a new project (and the person that creates the project becomes the admin. I am guessing that someone can modify it a little more to accept any authenticated user that is member of a specific group can create projects. At any rate, here are the patch files in case they are of use to someone. The version we are currently using is 0.8.3.
index.rhtml is found in redmine/app/views/projects/
projects_controller.rb is found under redmine/app/controllers
Updated by Jean-Philippe Lang over 15 years ago
- Status changed from New to Closed
- Target version set to 0.9.0
- Resolution set to Fixed
Feature added in r2750 with role-based permission.
Updated by S C over 15 years ago
Sorry, maybe there's a point I'm missing, but how can a user get the role without being member of an existing project.
AFAIK the roles can only be given per project. So, is there any way to give this permission to a user that is not member of any project ?
Thanks
Updated by Thomas Capricelli over 15 years ago
yes, i find it weird too.
I'm using it here. What I do is that some people are managers on some projects. And the manager role has this permission set to 'yes'. As such, those people do indeed have access to 'create a new project' on the /projects page. I guess it is not possible for a new user who has no role yet to have such possibility.
Updated by S C over 15 years ago
In my case, I don't want those user to be on an existing project since they are not concerned by it...
An option is to create a fack project to give this permission but I think it's as stupid as it sounds...
A nice alternative would be to provide this option directly at users level (like admin) or to think about global roles...
Updated by Balaji K almost 15 years ago
Hi Steve Cundy and Others
I use Redmine 0.8.7 and applied Steve's patch to let all authenticated users to create a new project.
After, when I login as a normal user and try to add a new project, I get:
403
You are not authorized to access this page.
Can you please help to understand the reason.
Updated by Balaji K almost 15 years ago
It works as expected after some time.
I am not sure but few changes work either after a restart of the webrick or some time of inactivity.
Thanks Steve for a quick patch, I did not have to upgrade my version.
Updated by Toshi MARUYAMA about 8 years ago
- Related to Defect #23470: Disable "Select project modules" permission does not apply to the new project form added