<?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: How to add all users to group EMAIL_CONTRIBUTORS? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270900#M224030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your responses.&amp;nbsp;&amp;nbsp; I found a couple of issues that were fixed and validated in 3.4 Last September.&amp;nbsp;&amp;nbsp;&amp;nbsp; And in addition there is a work-around for this problem which is to use Alfresco Explorer.&amp;nbsp;&amp;nbsp; What version are you testing on?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2011 14:06:23 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2011-03-22T14:06:23Z</dc:date>
    <item>
      <title>How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270894#M224024</link>
      <description>Hi,what would be the easiest way to add all Alfresco users to the group EMAIL_CONTRIBUTORS (or any other group)? Unfortunately it is not possible to add the group EVERYONE to another group like EMAIL_CONTRIBUTORS (or did I overlooked the obvious solution)? Certainly one could add&amp;nbsp; user by user to th</description>
      <pubDate>Thu, 10 Mar 2011 13:33:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270894#M224024</guid>
      <dc:creator>mpeters</dc:creator>
      <dc:date>2011-03-10T13:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270895#M224025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mpeters,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can write a javascript&amp;nbsp; to add users to group.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Get all the users using query :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1&amp;nbsp; .&amp;nbsp; you can fire a&lt;/SPAN&gt;&lt;STRONG&gt; lucene query to get all users for e.g&lt;/STRONG&gt;&lt;SPAN&gt;.&amp;nbsp; QNAME:"usr:user"&amp;nbsp; or&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;use a javascript api&amp;nbsp; :&lt;/STRONG&gt;&lt;SPAN&gt; Array getMembers(ScriptNode group) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2&amp;nbsp; . You can apply a for loop to get the user one by one and add in a group using another query :addAuthority(ScriptNode parentGroup, ScriptNode authority) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 08:47:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270895#M224025</guid>
      <dc:creator>amitabhandari1</dc:creator>
      <dc:date>2011-03-21T08:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270896#M224026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Amita,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks very much for your answer. That shouldn't be too difficult to implement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I wonder about the best way to trigger the execution of such a script. Certainly one could start the script by defining an appropriate rule to execute the script or by calling the script via URL. But due to the fact, that we are doing a regular scheduled LDAP sync I would prefer to call the script right afterward the LDAP sync (so newly imported users can immediately added to the targeted group).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to execute the javascript right after (or very close to) the LDAP sync?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Markus&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 08:09:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270896#M224026</guid>
      <dc:creator>mpeters</dc:creator>
      <dc:date>2011-03-22T08:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270897#M224027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mpeters ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that is the case you should write a scheduler which will run in&amp;nbsp; a time interval and&amp;nbsp; will execute a&amp;nbsp; business logic written in java class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So there you can add code similar to&amp;nbsp; the one I suggest for a java script.You can check AuthorityService Interface for fetching users and adding to a group.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Users can be fetch using&amp;nbsp; : getContainedAuthorities(AuthorityType type, String name, boolean immediate)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;add users to group using&amp;nbsp; :&amp;nbsp; addAuthority(String groupName,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; userName);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 09:01:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270897#M224027</guid>
      <dc:creator>amitabhandari1</dc:creator>
      <dc:date>2011-03-22T09:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270898#M224028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It should be possible to add EVERYONE to EMAIL_CONTRIBUTORS.&amp;nbsp;&amp;nbsp; If it doesn't work then please make sure its raised in JIRA.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 09:43:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270898#M224028</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-03-22T09:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270899#M224029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It should be possible to add EVERYONE to EMAIL_CONTRIBUTORS.&amp;nbsp;&amp;nbsp; If it doesn't work then please make sure its raised in JIRA.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response. I tried to ad EVERYONE to EMAIL_CONTRIBUTORS within Alfresco Share, but EVERYONE doesn't appear in the "Add Group" dialog (unlike other groups).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I actually opened a ticket regarding this problem, which responded in "It's not possible to add EVERYONE as a subgroup".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if you can confirm, that it is possible to add EVERYONE to EMAIL_CONTRIBUTORS I would be happy to hear from you, so I could reopen the ticket (or raise it in JIRA).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Markus&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 13:51:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270899#M224029</guid>
      <dc:creator>mpeters</dc:creator>
      <dc:date>2011-03-22T13:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270900#M224030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your responses.&amp;nbsp;&amp;nbsp; I found a couple of issues that were fixed and validated in 3.4 Last September.&amp;nbsp;&amp;nbsp;&amp;nbsp; And in addition there is a work-around for this problem which is to use Alfresco Explorer.&amp;nbsp;&amp;nbsp; What version are you testing on?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 14:06:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270900#M224030</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-03-22T14:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270901#M224031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi mpeters ,&lt;BR /&gt;&lt;BR /&gt;If that is the case you should write a scheduler which will run in&amp;nbsp; a time interval and&amp;nbsp; will execute a&amp;nbsp; business logic written in java class.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Amita,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for your detailed answer. Well, what can I say? We are actually not involded with Alfresco so deep yet. Thus extending Alfresco with Java is not a solution at the moment I guess (shame on me).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm thinking about this easy solution: creating the javascript you recommended in your first response and then call it by a rule assigned to the "User Homes" space whenever an Object will be created, changed or deleted. So when the LDAP sync is executed and a new user is imported, then a new user space will be created and the rule triggers the script to be executed. Ok, if there are 5 new user, the script will run 5 times, but I tend to accept this "little" resource overusage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any comments regarding this idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Markus&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 14:09:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270901#M224031</guid>
      <dc:creator>mpeters</dc:creator>
      <dc:date>2011-03-22T14:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270902#M224032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for your responses.&amp;nbsp;&amp;nbsp; I found a couple of issues that were fixed and validated in 3.4 Last September.&amp;nbsp;&amp;nbsp;&amp;nbsp; And in addition there is a work-around for this problem which is to use Alfresco Explorer.&amp;nbsp;&amp;nbsp; What version are you testing on?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;We are using this configuration: Alfresco Enterprise 3.4.0 (168) 64bit, Windows 2008 Server 64bit, MS SQL 2008&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also tried to do this in Alfresco Explorer, but I couldn't even found a link (or button or menu item) to add a subgroup in the Groups Management form of the group EMAIL_CONTRIBUTORS. I can only add users or create a new group within EMAIL_CONTRIBUTORS (or any other group).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Markus&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 14:17:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270902#M224032</guid>
      <dc:creator>mpeters</dc:creator>
      <dc:date>2011-03-22T14:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270903#M224033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mpeters,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm thinking about this easy solution: creating the javascript you recommended in your first response and then call it by a rule assigned to the "User Homes" space whenever an Object will be created, changed or deleted. So when the LDAP sync is executed and a new user is imported, then a new user space will be created and the rule triggers the script to be executed. Ok, if there are 5 new user, the script will run 5 times, but I tend to accept this "little" resource overusage.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;This should be fine if you&amp;nbsp; have no issue&amp;nbsp; in resource overusage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 04:58:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270903#M224033</guid>
      <dc:creator>amitabhandari1</dc:creator>
      <dc:date>2011-03-23T04:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270904#M224034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same issue … on Alfresco 3.4.b Community.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I try to add the group EVERYONE to EMAIL_CONTRIBUTORS but the group EVERYONE doesn't appear in the search facility.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It doesn't work neither Share nor Explorer :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a) In Share -&amp;gt; Admin -&amp;gt; Groups -&amp;gt; Browse -&amp;gt; EMAIL_CONTRIBUTORS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have 3 options :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- New subgroup (If I create the group "EVERYONE", I get &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Échec de la création du groupe '02230003 Wrapped Exception (with status template): 02230382 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/groups/children.post.js': 02230381 Authorities of the type EVERYONE may not be added to other authorities'.&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;- Add group (the choice "EVERYONE" does not appear)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Add user (unusable for this case)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;b) In Explorer -&amp;gt; Admin -&amp;gt; Groups -&amp;gt; Show All&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have 3 options (not the same as Share) :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- New subgroup (If I create the group "EVERYONE", I get the same error as Share)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Add user&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Delete group&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it should be "normal" to have the ability to put "EVERYBODY" in a group, an easy way to admin Alfresco rather than write scripts …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you confirm this behavior ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 08:33:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270904#M224034</guid>
      <dc:creator>piski</dc:creator>
      <dc:date>2011-03-23T08:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270905#M224035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This should have been fixed.&amp;nbsp;&amp;nbsp; I've asked QA to re-validate the issue and find out what happened.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 08:48:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270905#M224035</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-03-23T08:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270906#M224036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi everybody,&lt;BR /&gt;&lt;BR /&gt;I have the same issue … on Alfresco 3.4.b Community.&lt;BR /&gt;[…]&lt;BR /&gt;Can you confirm this behavior ?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, this is the behaviour we experienced as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Markus&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 08:52:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270906#M224036</guid>
      <dc:creator>mpeters</dc:creator>
      <dc:date>2011-03-23T08:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270907#M224037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, I tried to implement the solution I proposed in &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=7&amp;amp;t=37704#p110745" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=7&amp;amp;t=37704#p110745&lt;/A&gt;&lt;SPAN&gt;, but unfortunately it does not work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I made a script in &lt;/SPAN&gt;&lt;EM&gt;Repository&amp;gt;Data Dictionary&amp;gt;Scripts&lt;/EM&gt;&lt;SPAN&gt; and tied it to a rule in &lt;/SPAN&gt;&lt;EM&gt;User Homes&lt;/EM&gt;&lt;SPAN&gt;. I can confirm, that the script will be executed when a new space is created within &lt;/SPAN&gt;&lt;EM&gt;User Homes&lt;/EM&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the script:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;// define the names of source and target group&lt;BR /&gt;var nameSourcegroup = 'EVERYONE';&lt;BR /&gt;var nameTargetgroup = 'ALLUSERS';&lt;BR /&gt;&lt;BR /&gt;// get the source group *PROBLEM HERE*&lt;BR /&gt;var groupSource = people.getGroup('GROUP_' + nameSourcegroup);&lt;BR /&gt;&lt;BR /&gt;if (groupSource) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;// get the members of the source group&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;var membersSourcegroup = people.getMembers(groupSource);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (membersSourcegroup) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// get the target group&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var groupTarget = people.getGroup('GROUP_' + nameTargetgroup);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// if not existent, create the target group&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (!groupTarget) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;groupTarget = people.createGroup(nameTargetgroup);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (groupTarget) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// loop over all members of the source group and add them to the target group&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for(var i = 0; i &amp;lt; membersSourcegroup.length; i++) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;people.addAuthority(groupTarget, membersSourcegroup[i]);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;BR /&gt;};&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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 guess, the code is easy understandable. It should copy all members of the group EVERYONE to the group ALLUSERS. As you can see the group ID needs to be prefixed by &lt;/SPAN&gt;&lt;EM&gt;'GROUP_'&lt;/EM&gt;&lt;SPAN&gt; when called in &lt;/SPAN&gt;&lt;EM&gt;people.getGroup()&lt;/EM&gt;&lt;SPAN&gt; (didn't found this documented btw).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is to get the source group for group EVERYONE (see comment &lt;/SPAN&gt;&lt;EM&gt;*PROBLEM HERE*&lt;/EM&gt;&lt;SPAN&gt;). The code works well with an ordinary group (i.e. created by me in Alfresco Share) as the source, but will fail with group EVERYONE as the source (either with or without prefix &lt;/SPAN&gt;&lt;EM&gt;'GROUP_'&lt;/EM&gt;&lt;SPAN&gt;). The return value of &lt;/SPAN&gt;&lt;EM&gt;people.getGroup()&lt;/EM&gt;&lt;SPAN&gt; is null for group EVERYONE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems, that Alfresco treats EVERYONE different than other groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did someone find a solution for this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Markus&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 14:44:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270907#M224037</guid>
      <dc:creator>mpeters</dc:creator>
      <dc:date>2011-03-23T14:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270908#M224038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes indeed.&amp;nbsp;&amp;nbsp; EVERYONE is not a group.&amp;nbsp;&amp;nbsp; Its a different type of authority.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it would be far easier just to add EVERYONE to EMAIL_CONTRIBUTORS.&amp;nbsp;&amp;nbsp;&amp;nbsp; There's clearly currently a bug on the UIs however the underlying services will work fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 14:56:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270908#M224038</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-03-23T14:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270909#M224039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I think it would be far easier just to add EVERYONE to EMAIL_CONTRIBUTORS.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;That's just, what I want to do! But I cannot find a way&amp;nbsp; even avoiding the UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you provide information, if and when the bug will be fixed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Markus&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 15:11:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270909#M224039</guid>
      <dc:creator>mpeters</dc:creator>
      <dc:date>2011-03-23T15:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270910#M224040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, while it's not possible to catch group EVERYONE with the &lt;/SPAN&gt;&lt;EM&gt;people.getGroup()&lt;/EM&gt;&lt;SPAN&gt; statement my next approach is to get all users by a lucene search. Here is the script I wrote:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;// define the names target group&lt;BR /&gt;var nameTargetgroup = 'ALLUSERS';&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;// get the members of the source group&lt;BR /&gt;// var foundUsers = search.luceneSearch("QNAME:\"usr:user\"");&lt;BR /&gt;var foundUsers = search.luceneSearch("user://alfrescoUserStore", "QNAME:\"usr:user\"");&lt;BR /&gt;&lt;BR /&gt;if (foundUsers.length) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;// get the target group&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;var groupTarget = people.getGroup('GROUP_' + nameTargetgroup);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;// if not existent, create the target group&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (!groupTarget) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;groupTarget = people.createGroup(nameTargetgroup);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (groupTarget) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// loop over all found users from the lucene search and add them to the target group&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for(var i = 0; i &amp;lt; foundUsers.length; i++) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;people.addAuthority(groupTarget, foundUsers[i]);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;BR /&gt;};&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;As you can see I used the two parameter version of &lt;/SPAN&gt;&lt;EM&gt;search.luceneSearch()&lt;/EM&gt;&lt;SPAN&gt;, because without specifying the store (here: &lt;/SPAN&gt;&lt;EM&gt;user://alfrescoUserStore&lt;/EM&gt;&lt;SPAN&gt;) I didn't get any results from &lt;/SPAN&gt;&lt;EM&gt;search.luceneSearch()&lt;/EM&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Executing the search query in the node browser of Alfresco returns six entries (i.e. six users). Executing the search query in the script above returns also six users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;The code does not work, because:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. The users found by the lucene search won't be added to the target group. In the log file I found the error "Authorities of the type WILDCARD may not be added to other authorities". I have absolute no idea, what an authority of type WILDCARD is meant to be.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The six users found by the lucene search are the users created manually in Alfresco. But there are also a few hundred users more created by LDAP sync, which are obviously not catched by the query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I wonder how I can add users to a group (with &lt;/SPAN&gt;&lt;EM&gt;people.addAuthority&lt;/EM&gt;&lt;SPAN&gt;) the right way and how I can catch all users (including users created by LDAP sync) in my search query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any hints and solutions are more than welcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Markus&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 12:24:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270910#M224040</guid>
      <dc:creator>mpeters</dc:creator>
      <dc:date>2011-03-25T12:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270911#M224041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has there been any update on this? I am running Alfresco 3.4.4 Enterprise and I am still unable to add 'everyone' to the Email Contributor group. I would like to allow everyone (including non-users of the system) to email to specific email aliases in Alfresco. Manually adding users or groups to Email Contributor group is not an option for us.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As an aside, I think the current share GUI incorrectly conflates the two concepts of "role" and "group". Alfresco really needs to rework this GUI so that the two concepts are clearly separated out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-chi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 23:57:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270911#M224041</guid>
      <dc:creator>cnguyen</dc:creator>
      <dc:date>2011-09-22T23:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270912#M224042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;As an aside, I think the current share GUI incorrectly conflates the two concepts of "role" and "group". Alfresco really needs to rework this GUI so that the two concepts are clearly separated out.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Have you got any specific areas where you find this confusing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 07:43:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270912#M224042</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2011-09-23T07:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to add all users to group EMAIL_CONTRIBUTORS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270913#M224043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Have you got any specific areas where you find this confusing?"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think in the admin GUI, conflating the two concepts of roles and groups is confusing and wrong. First, a role is really a set of permissions, whereas a group is a set of users. Applying that to real world situations, the logical operation one would do is to assign a role to specific users or groups, ie. user X has role Z, or group X has role Z. As it stands in the GUI, an admin user, without being aware of the implication, can assign a group to a role. In English, this translates to saying "role X has group Z", or "role X has user Y", which really doesn't make any logical sense. If Alfresco thinks that role and group is the same "thing", then the documentation should reflect that. But clearly they are different concepts, and as such, the GUI should reflect that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I do not want to detract from my main concern which is the subject of this thread regarding the inability to have 'everyone' being assigned to the 'email contributor' role/group?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-chi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 11:25:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-all-users-to-group-email-contributors/m-p/270913#M224043</guid>
      <dc:creator>cnguyen</dc:creator>
      <dc:date>2011-09-23T11:25:15Z</dc:date>
    </item>
  </channel>
</rss>

