How to make new users be able to create projects?
Added by Magicloud Magiclouds over 13 years ago
Hi,
I have redmine binded with local LDAP. This works fine.
But now every user logged in has no permissions to create projects. Looking through the guide, I did not find the answer.
How to make LDAP users be able to create projects, but not view others' projects by default?
I think all I want is some kind of "default role".
Thanks.
Replies (3)
RE: How to make new users be able to create projects? - Added by Alex Guo over 13 years ago
You can try like this:
Click "Administration" --> "Roles and permissions" --> "Non member", then click "Create project" and save.
RE: How to make new users be able to create projects? - Added by Magicloud Magiclouds over 13 years ago
Thank you.
I found this clue from the source.
RE: How to make new users be able to create projects? - Added by Alex Guo over 13 years ago
It's my pleasure.