cancel
Showing results for 
Search instead for 
Did you mean: 

Disable Site Creation

nihar
Champ in-the-making
Champ in-the-making
Hi, I am using 4.1.4 version.

According to documentation , I did not find User Accouts to manage user permissions .

I want to disable access to create site for other users..

How do I achieve that.. Please guide me the procedure.


1 REPLY 1

eswbitto
Confirmed Champ
Confirmed Champ
Might be a good idea to search this up before posting…Its been asked several times.



You can revoke the site permission to the admin account only. Then from there the alfresco admin can give permissions to what users you want to give manager access to.

Go to webapps/alfresco/WEB-INF/classes/alfresco/public-services-security-context.xml

Change from

org.alfresco.service.cmr.site.SiteService.createSite=ACL_ALLOW

to

org.alfresco.service.cmr.site.SiteService.createSite=ACL_METHOD.ROLE_ADMINISTRATOR


Taken from HERE