Hide users personal repo group

Dear RhodeCode Community,

I just started setting up and using RhodeCode and was wondering if it’s possible to hide the personal repo groups of all users from the dashboard / landing page?

Regards,
Andreas

Hi,

If you use proper permissions, they wont be visible to others, just you and explicitly added people.

Best,

Hi marcin, thanks for the quick reply.
Can you tell me, what you mean by “proper permissions”? I cannot remember changing any default permission settings…

Means setting default permissions on the repo group to None,

For example at our organization all users use this schema:

server.com/u/{USERNAME}

u is repository group and all it’s children repository groups default permissions are NONE. This make then not show for users who aren’t relevant to the group.