Hello, I hope you're all doing well.
In AEM Assets, I need to prevent newly logged-in users from seeing anything in the assets directory. I tried adding a `deny: read` block to 'everyone', which is one of the default groups all users log in with, for a single folder that's still being displayed. This hides the folder for everyone, regardless of whether they're in a group they already have access to.
What I need is to hide everything for newly logged-in users while allowing existing users to continue working normally.
I see they log in with four defined groups, but these groups can't be removed afterward. I considered putting this in a smaller group, but then I encountered the problem of not being able to remove other users from that group.
How can I handle this situation?
Thank you very much.