Added by Ivan Iacono over 1 year ago
as the title suggests is it possible to hide project members and make them visible to the administrator only? There are too old threads that are not compatible with redmine 5.0.5
Fixed this thread from 14 years ago. Works on Redmine 5.0.5. Thank you!
"I had a need to do this myself. With 1.1.2, little different. Edited first line of /home/redmine/redmine-1.1.2/views/projects/_members_box.html.erb with following:
<% if User.current.admin? %>
Now, only admins can see the members box."