Project

General

Profile

question about users and private projects

Added by Thomas Burgess about 14 years ago

I've set up a couple private projects. I've now got automatic svn repository creation and authentication against the redmine db working. I'm wondering if it is possible to create users who have the ability to check out the svn data but not do anything else.

Currently, if i add a user as a reporter, they can get the stuff, but i don't want them to be able to see all the other users and have access to thier email addresses.

Thanks for any help


Replies (1)

RE: question about users and private projects - Added by Felix Schäfer about 14 years ago

Each user can choose to hide her email address in My account, but it is on by default, though there are some patches to make it hide by default (you'll have to search for that in the tickets though), email users are only shown on the user page to users in the same project, or everyone if the project is public ("everyone" includes anonymous if the redmine doesn't require authentication).

For the permissions, you'll have to create a new role that has only access to the repository and give the users you want to restrict that role, though they will also have non-member and if the redmine doesn't require authentication anonymous roles for public projects. Be aware that this will not remove everything else than the repositories (i.e. the Overview and Activity should still be visible, but they will only show stuff the user is allowed to see, in this case probably only commit logs).

    (1-1/1)