Hi
I host my own gitlab. I created two users, one is regular, one is admin. After I set the admin user back to regular, he still seeing all projects, why?
thanks
Peter
And did the admin user create the projects? Also, if projects are marked as internal, then all users will still see them. They might not just be a member until they get invited. Check your projects/groups to see if admin is a member of them as well.
Let’s also hope you have another admin user, after removing the admin role from the admin user.
Is it the reason: If a user created that project, then he must see it?
thanks @iwalker
If the user creates the project, they are automatically the owner. Therefore if you don’t want them to see it later, you need to change the owner of the project and remove them. As long as the project is then private, they cannot see it at all. Or set it to internal, and they can see the project and request to be a contributor.
I just do a test again, create a new user as admin, then set it back to regular user. It can see all projects. Is it a bug?