<?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: Adding user to a group in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/adding-user-to-a-group/m-p/179909#M133039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you get any solution for creating users/roles?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Prachi.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Sep 2009 13:35:34 GMT</pubDate>
    <dc:creator>prachi</dc:creator>
    <dc:date>2009-09-23T13:35:34Z</dc:date>
    <item>
      <title>Adding user to a group</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-user-to-a-group/m-p/179906#M133036</link>
      <description>Hi, I am doing a small project and I need to create a custom user, from the topics that I've read so far creating a custom user through the java api is currently under development.http://forums.alfresco.com/en/viewtopic.php?p=21927 I wanted to create custom users because their permission will change</description>
      <pubDate>Wed, 24 Sep 2008 05:42:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-user-to-a-group/m-p/179906#M133036</guid>
      <dc:creator>chinitovela</dc:creator>
      <dc:date>2008-09-24T05:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding user to a group</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-user-to-a-group/m-p/179907#M133037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello ChonChon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;do I understand you correctly, that you want users to earn points with their activity and get rights according to their score. Correct? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Question 1: Will this be global or with regard to special folders ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question 2: This sounds to me, as if you are not trying to create custom users, but a custom role modell with different roles. These additional roles can then be assigned to your own groups.&amp;nbsp; The user is added/removed from groups according to his "earning" points. So the rights-assignment-logic would be in rank-changing and not during runtime. So the system would look something like this : &lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;(optional)You create your extended role modell with more&amp;nbsp; differentiations than reader, editor, contributor, coeditor, manager&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;You create a set of groups, assigning each groups its corresponding rights with the spaces in question&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;user is created and assiged to the entrylevel group, ment for users with score 0&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Your "point earning logic" assigned points to a user&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;if user earns points, then checkRank(user)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;if user has earned new rank, move user to group level 2&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;No custom user needed for that, not even a custom rolemodell. Just a lot of bookkeeping, which group has which rights on what space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question 3: You plan to build your own forum system based on alfresco? Why ?! Sounds to me like calling a FedEx Heavyload Truck to deliver a letter to your neighbor, 2 doors over.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Norgan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 10:40:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-user-to-a-group/m-p/179907#M133037</guid>
      <dc:creator>norgan</dc:creator>
      <dc:date>2008-09-24T10:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding user to a group</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-user-to-a-group/m-p/179908#M133038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Norgan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your first question: Yes it is for global..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your second question: At first I am thinking of creating a custom users but found out on this forum that it is not well supported yet. Most of your assumptions are right especially on the part on the "point earning logic" then if the user earned enough points, the user will move to group level 2. How can I do this in webscripts, I mean, how to change the user's group programmatically?..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your third question: That was funny.. but the project I am working on just seems like forums when it comes to pointing system.. but it also has other functionality like upload documents, register user, create own folder, discussions, chat and so on, and all the user interface must be done in flex..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a bunch,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chonchon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 12:01:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-user-to-a-group/m-p/179908#M133038</guid>
      <dc:creator>chinitovela</dc:creator>
      <dc:date>2008-09-24T12:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding user to a group</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-user-to-a-group/m-p/179909#M133039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you get any solution for creating users/roles?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Prachi.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2009 13:35:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-user-to-a-group/m-p/179909#M133039</guid>
      <dc:creator>prachi</dc:creator>
      <dc:date>2009-09-23T13:35:34Z</dc:date>
    </item>
  </channel>
</rss>

