<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SIte creation and user creation in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/site-creation-and-user-creation/m-p/299074#M252204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Team,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using alfresco 4.1 enterprise edition, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have 3 groups g1,g2,g3&amp;nbsp; ,the g1 is admin group which can create site and create user, g2 is client group which can create user ,can view multiple sites but cannot create the site .How to configure that as I am new to the alfresco can anyone please provide me with the step by step details.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Srikanth S&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Oct 2013 09:36:48 GMT</pubDate>
    <dc:creator>srik</dc:creator>
    <dc:date>2013-10-21T09:36:48Z</dc:date>
    <item>
      <title>SIte creation and user creation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/site-creation-and-user-creation/m-p/299074#M252204</link>
      <description>Hi Team,I am using alfresco 4.1 enterprise edition, I have 3 groups g1,g2,g3&amp;nbsp; ,the g1 is admin group which can create site and create user, g2 is client group which can create user ,can view multiple sites but cannot create the site .How to configure that as I am new to the alfresco can anyone pleas</description>
      <pubDate>Mon, 21 Oct 2013 09:36:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/site-creation-and-user-creation/m-p/299074#M252204</guid>
      <dc:creator>srik</dc:creator>
      <dc:date>2013-10-21T09:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: SIte creation and user creation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/site-creation-and-user-creation/m-p/299075#M252205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Srikanth,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The default configuration for Alfresco Share is that ANY user can create a new site. Has the Alfresco instance that you're working on been customized at all? One common customization that I see a lot is disabling the ability for users to create sites because that's generally something that should be left only to admin.&amp;nbsp; Users do, however, have to be in the ALFRESCO_ADMINISTRATORS group in order to manage users and groups.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 18:20:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/site-creation-and-user-creation/m-p/299075#M252205</guid>
      <dc:creator>parzgnat</dc:creator>
      <dc:date>2013-10-21T18:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: SIte creation and user creation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/site-creation-and-user-creation/m-p/299076#M252206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Parzgnat,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed this step org.alfresco.service.cmr.site.SiteService.createSite=ACL_METHOD.ROLE_ADMINISTRATOR and configured it in the public-services-security-context.xml, but the problem is I have another group of users who should be able to create the users but should not be able to create the sites.So can you please help me on accomplishing that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 04:21:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/site-creation-and-user-creation/m-p/299076#M252206</guid>
      <dc:creator>srik</dc:creator>
      <dc:date>2013-10-22T04:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: SIte creation and user creation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/site-creation-and-user-creation/m-p/299077#M252207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could probably play around with this line in that file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;org.alfresco.service.cmr.security.PersonService.createPerson=ACL_METHOD.ROLE_ADMINISTRATOR&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I would probably do something like &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.alfresco.service.cmr.security.PersonService.createPerson=ACL_METHOD.NAME OF GROUP FOR THIS PURPOSE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have a group already setup with the individuals that are in question then just plug it in and see if it works. I've never tried this myself. I am curious to see if it works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 16:40:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/site-creation-and-user-creation/m-p/299077#M252207</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2013-10-22T16:40:00Z</dc:date>
    </item>
  </channel>
</rss>

