Can we restrict creation of Alfresco sites for end user? Let's say there is a configuration which will restrict user to create only 5 sites. If we keep this number of site creation to unlimited for end user then Admin will have tough time to manage this depending on the number of users. Please provide any workaround ("Java code" or "API" or "REST WS CALLS" or "Plugin/Extension") to achieve this. Appreciate your quick response.
I think the easiest would be to write an interceptor on the siteservice. It will then possibly need a bit more code to get the error to go cleanly all the way to the UI. Not sure.