Site Permissions - strange behaviour

cancel
Showing results for 
Search instead for 
Did you mean: 
aladme
Active Member

Site Permissions - strange behaviour

Hi folks, (alfresco-community 5.2)

I have an Active Directory Group called "Alfresco Site Administrators" with three members. (2 + me)
Every time I create a Site, I add this group as Administrator of the Site.

The issue I'm finding is that these 2 other administrators can change user permissions without problems but, they cannot modify the Site dashboard. (while I can do watever change)

Creating a new "test" site I get the same issue but, if I remove tthis group and I add one of these users by username as Administrator, he can modify the dashboard.

I'm bit confused.

Whats happening?

Ale.

1 Reply
kalpesh_c2
Senior Member

Re: Site Permissions - strange behaviour

Hi ale adro,

As per the default configuration of the alfresco community, site configuration options is only available if site manager is direct member of the site.

The code for this could be found in share-header.lib.js file

// Add the site configuration to the title options only if is direct member of the site
if(siteData.userIsDirectMember)
{
     titleConfig.push(siteConfig);
}‍‍‍‍‍

Thanks,

Kalpesh

ContCentric