<?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 Re: Permissions in alfresco vs share in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/permissions-in-alfresco-vs-share/m-p/218010#M171140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems like if you log in as an admin user you can take ownership of the site. Then you can assign permissions to whatever you want on the site. At least this working in my one experiment.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2010 22:05:30 GMT</pubDate>
    <dc:creator>cybertoast</dc:creator>
    <dc:date>2010-02-01T22:05:30Z</dc:date>
    <item>
      <title>Permissions in alfresco vs share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/permissions-in-alfresco-vs-share/m-p/218006#M171136</link>
      <description>I don't understand how /share and /alfresco permissions interact. I've got a case where I want to have a admin group be able to have full access to all /share sites. I created a site (SiteA) as a user (userB) in /share. I then go to /alfresco as admin and invite a specific group (groupA) with Site M</description>
      <pubDate>Wed, 16 Dec 2009 13:25:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/permissions-in-alfresco-vs-share/m-p/218006#M171136</guid>
      <dc:creator>cybertoast</dc:creator>
      <dc:date>2009-12-16T13:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions in alfresco vs share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/permissions-in-alfresco-vs-share/m-p/218007#M171137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure I understand your example correctly, perhaps there´s some mixup between usernames in it? If you use userB to create a site, that would make userB Site Manager, not consumer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I'll try to provide some answers anyway:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Inviting users in the Explorer interface (/alfresco) doesn't actually make them a member of the Site, it only overrides document permissions. Site membership levels are normally set in Share, you could then override the permissions on specific documents or folders by inviting users to another level in the Explorer interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I normally set my users as Collaborators in Share. However, this means that they cannot remove documents owned by another user, only the Site Manager could to this. Since I wan't them to be able to do this, I invite the users as Coordinators (which corresponds to Site Manager when it comes to document permissions) in the documentLibrary space in Explorer. Now the users have full permissions on all documents and folders, but they are not Site Managers, so they can not perform Share specific actions like reconfiguring the Site.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your final question, you could use a simple javascript in Explorer to change user's roles in Share:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;var site = siteService.getSite("sitename");&lt;BR /&gt;site.setMembership("username", "siteManager")&lt;SPAN class="line-numbers-rows"&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;Put it in Data Dictionary &amp;gt; Scripts (with the extension .js) and run it by selecting Run Action on the Document Details page for any document (it doesn't matter which file, since you're not doing anything to the document itself).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2009 08:47:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/permissions-in-alfresco-vs-share/m-p/218007#M171137</guid>
      <dc:creator>gronfelt</dc:creator>
      <dc:date>2009-12-18T08:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions in alfresco vs share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/permissions-in-alfresco-vs-share/m-p/218008#M171138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks much gronfelt.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 17:35:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/permissions-in-alfresco-vs-share/m-p/218008#M171138</guid>
      <dc:creator>cybertoast</dc:creator>
      <dc:date>2009-12-21T17:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions in alfresco vs share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/permissions-in-alfresco-vs-share/m-p/218009#M171139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am interested in this issue as well.&amp;nbsp; While experimenting with /Alfresco and /Share, I deleted a user that had been the site manager for a site.&amp;nbsp; It then seemed impossible to give anyone site manager permissions once this was done, even though the site was still there.&amp;nbsp; I tried the script you posted from an admin user, but still got an error - is it possible to designate a site manager from an admin script if the admin is not a site manager?&amp;nbsp; Or could the site be copied with new permissions perhaps?&amp;nbsp; Or maybe I just ran the script wrong…I replaced "sitename" with the site name and "username" with the user name I wanted to make site manager.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here was the error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:#FF0000;"&gt;Failed to run Actions due to error: 00290020 Failed to execute script 'workspace://SpacesStore/ce47dab8-2017-471f-9fa3-f18bb5dc1741': 00290019 An authority was not found for GROUP_site_IntranetDesign_siteManager &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My concern is that I want to be able to over-ride and fix problems like this from admin if an employee leaves or botches his/her settings.&amp;nbsp; I appreciate very much any insight you can give!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 21:09:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/permissions-in-alfresco-vs-share/m-p/218009#M171139</guid>
      <dc:creator>sheahen</dc:creator>
      <dc:date>2010-01-29T21:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions in alfresco vs share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/permissions-in-alfresco-vs-share/m-p/218010#M171140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems like if you log in as an admin user you can take ownership of the site. Then you can assign permissions to whatever you want on the site. At least this working in my one experiment.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 22:05:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/permissions-in-alfresco-vs-share/m-p/218010#M171140</guid>
      <dc:creator>cybertoast</dc:creator>
      <dc:date>2010-02-01T22:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions in alfresco vs share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/permissions-in-alfresco-vs-share/m-p/218011#M171141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am interested in this issue as well.&amp;nbsp; While experimenting with /Alfresco and /Share, I deleted a user that had been the site manager for a site.&amp;nbsp; It then seemed impossible to give anyone site manager permissions once this was done, even though the site was still there.&amp;nbsp; I tried the script you posted from an admin user, but still got an error - is it possible to designate a site manager from an admin script if the admin is not a site manager?&amp;nbsp; Or could the site be copied with new permissions perhaps?&amp;nbsp; Or maybe I just ran the script wrong…I replaced "sitename" with the site name and "username" with the user name I wanted to make site manager.&lt;BR /&gt;&lt;BR /&gt;Here was the error:&lt;BR /&gt;&lt;SPAN style="color:#FF0000;"&gt;Failed to run Actions due to error: 00290020 Failed to execute script 'workspace://SpacesStore/ce47dab8-2017-471f-9fa3-f18bb5dc1741': 00290019 An authority was not found for GROUP_site_IntranetDesign_siteManager &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;My concern is that I want to be able to over-ride and fix problems like this from admin if an employee leaves or botches his/her settings.&amp;nbsp; I appreciate very much any insight you can give!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I've recently run in to the same problem, which is kind of odd, because I've not had any problems with this before. I don't know if it's related to a specific site or if it's an issue with 3.2r2, which I recently upgraded to.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 08:53:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/permissions-in-alfresco-vs-share/m-p/218011#M171141</guid>
      <dc:creator>gronfelt</dc:creator>
      <dc:date>2010-02-22T08:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions in alfresco vs share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/permissions-in-alfresco-vs-share/m-p/218012#M171142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried upper-casing the first letter?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I noticed that I have to exectute (in 3.2.0e): site.setMembership("username", "SiteManager")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rather than: site.setMembership("username", "siteManager")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;my full group names seem to refelect this also.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 22:42:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/permissions-in-alfresco-vs-share/m-p/218012#M171142</guid>
      <dc:creator>tommorris</dc:creator>
      <dc:date>2010-03-04T22:42:51Z</dc:date>
    </item>
  </channel>
</rss>

