<?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: Preventing access to all Alfresco users during site invite in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/preventing-access-to-all-alfresco-users-during-site-invite/m-p/252781#M205911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't understand everything your wanting. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; what is your filter criteria for the list of users ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; all of the functionality of the invite is found in &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\invite&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I think what you want may be in invitationlist.get.js&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2011 18:12:56 GMT</pubDate>
    <dc:creator>michaelc</dc:creator>
    <dc:date>2011-04-12T18:12:56Z</dc:date>
    <item>
      <title>Preventing access to all Alfresco users during site invite</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/preventing-access-to-all-alfresco-users-during-site-invite/m-p/252780#M205910</link>
      <description>I want to configure Alfresco a certain way and I can't seem to find how I could achieve this without completly rewriting the inivitation page of Share, but by using permissions and groups.What I want to achieve is that when a Site Manager invites users for its site he or she can only choose from a l</description>
      <pubDate>Tue, 12 Apr 2011 14:08:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/preventing-access-to-all-alfresco-users-during-site-invite/m-p/252780#M205910</guid>
      <dc:creator>kamielvdz</dc:creator>
      <dc:date>2011-04-12T14:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Preventing access to all Alfresco users during site invite</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/preventing-access-to-all-alfresco-users-during-site-invite/m-p/252781#M205911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't understand everything your wanting. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; what is your filter criteria for the list of users ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; all of the functionality of the invite is found in &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\invite&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I think what you want may be in invitationlist.get.js&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 18:12:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/preventing-access-to-all-alfresco-users-during-site-invite/m-p/252781#M205911</guid>
      <dc:creator>michaelc</dc:creator>
      <dc:date>2011-04-12T18:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Preventing access to all Alfresco users during site invite</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/preventing-access-to-all-alfresco-users-during-site-invite/m-p/252782#M205912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;E.g. I have 2 customers. Customer A and Customer B.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Each of these customers has 1 manager and multiple other users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to prevent Customer Manager A from viewing users from Customer B during the invite process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your suggestion of modifying invitationlist.get.js is indeed a good suggestion and what I am implementing now, but I want to make sure at no point nowhere a user from Customer A will be able to see details of a user of Customer B.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was just wondering if permissions couldn't be the solution here. Just to avoid extending code if it is not necessary.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 13:10:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/preventing-access-to-all-alfresco-users-during-site-invite/m-p/252782#M205912</guid>
      <dc:creator>kamielvdz</dc:creator>
      <dc:date>2011-04-13T13:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Preventing access to all Alfresco users during site invite</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/preventing-access-to-all-alfresco-users-during-site-invite/m-p/252783#M205913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You would need to also make the same modifications to the people-finder. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; this get's tricky as you could then have ghost users that have not been assigned to a group or b group and no one could see them. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; except the system admin and I would not change that process or you could have a real problem with not seeing users. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; So what happens if someone is a manager of more then one site ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 18:03:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/preventing-access-to-all-alfresco-users-during-site-invite/m-p/252783#M205913</guid>
      <dc:creator>michaelc</dc:creator>
      <dc:date>2011-04-13T18:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Preventing access to all Alfresco users during site invite</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/preventing-access-to-all-alfresco-users-during-site-invite/m-p/252784#M205914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The idea of the ghost users doesn't scare me much. We are not looking at a upscaling this to hundreds of users, so it will be maintainable using a general administrator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If a manager manages more than 1 site there is indeed a possibility of cross over and attaching users from A to site B, but this is the managers responsibility. He/she has the rights to see both these user groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your thoughts, I think I will be extending the people finder as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 07:13:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/preventing-access-to-all-alfresco-users-during-site-invite/m-p/252784#M205914</guid>
      <dc:creator>kamielvdz</dc:creator>
      <dc:date>2011-04-14T07:13:39Z</dc:date>
    </item>
  </channel>
</rss>

