Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I need to set a user to only view a specified space, without other redundant permissions, and can't let him know how many people there are in the company and their personal information.
Can this be done without using anonymous users?
The content in the red box is not allowed to be seen by this user. How do I set it up?
Hi @PPGod ,
As far as I know you don't have any effective solution to handle all that. I reckon he may be an external user to the company if he cannot have access to the people's directory.
If this is the case I would suggest:
#if ($helper.action.remoteUser.name == "<username>")
Hope it helps.
Vitor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@PPGod ,
To do this:
1) add these users into a new "sidebar-authorized-users" group
2) in "Space tools / Look and feel / Sidebar", enter this piece of code:
{show-if:match=any|group=sidebar-authorized-users}
{html}
<style>
.ia-fixed-sidebar{display:none;}
</style>
{html}
{show-if}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.