cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide Create site option except for admin

mithun
Champ in-the-making
Champ in-the-making
How to hide the create site option from users except  admin, please give me your answer to solve this issue


thanks
1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator
Hello,

simplest out-of-the-box option: Customize the /org/alfresco/modules/header/sites.get.html.ftl to only include the create-site-menuitem if the current user is an admin. There is a simple way to query if a user is admin via "user.isAdmin()", so a simple <#if user.isAdmin()></#if> should suffice…

Regards
Axel