<?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: Create user webscript - works but.... in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/create-user-webscript-works-but/m-p/238243#M191373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This problem was fixed in later versions&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are creating a person without authentication, and previously the delete function failed if it couldn't find any authentication information. Now it doesn't matter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try this, to create a person with a password.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;people.createPerson(null, model.firstName, model.lastName, model.emailAddress, "password");&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Feb 2010 12:49:17 GMT</pubDate>
    <dc:creator>dward</dc:creator>
    <dc:date>2010-02-02T12:49:17Z</dc:date>
    <item>
      <title>Create user webscript - works but....</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-user-webscript-works-but/m-p/238242#M191372</link>
      <description>Hi,I've created a simple webscript that creates users - below is a test sample. All work's well and i'm about to expand the functionality further, but I have an error whenever I try to delete a user that's been created using the script.It is:Unable to delete the User object associated with the Perso</description>
      <pubDate>Tue, 02 Feb 2010 12:37:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-user-webscript-works-but/m-p/238242#M191372</guid>
      <dc:creator>iann</dc:creator>
      <dc:date>2010-02-02T12:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create user webscript - works but....</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-user-webscript-works-but/m-p/238243#M191373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This problem was fixed in later versions&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are creating a person without authentication, and previously the delete function failed if it couldn't find any authentication information. Now it doesn't matter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try this, to create a person with a password.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;people.createPerson(null, model.firstName, model.lastName, model.emailAddress, "password");&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 12:49:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-user-webscript-works-but/m-p/238243#M191373</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2010-02-02T12:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create user webscript - works but....</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-user-webscript-works-but/m-p/238244#M191374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get a &lt;/SPAN&gt;&lt;SPAN style="color:#FF0000;"&gt;Can't find method org.alfresco.repo.jscript.People.createPerson(null,string,string,string,string). (workspace://SpacesStore/Company Home/Data Dictionary/Web Scripts Extensions/createperson.get.js#9)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;..message when trying to run that, how can I create a user with authentication so that I'm able to delete them if needs be.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks again for the help.&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;Ian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 13:58:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-user-webscript-works-but/m-p/238244#M191374</guid>
      <dc:creator>iann</dc:creator>
      <dc:date>2010-02-02T13:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create user webscript - works but....</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-user-webscript-works-but/m-p/238245#M191375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version are you using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 14:28:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-user-webscript-works-but/m-p/238245#M191375</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-02-02T14:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create user webscript - works but....</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-user-webscript-works-but/m-p/238246#M191376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply, it's 3.2, not r or r2!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 14:52:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-user-webscript-works-but/m-p/238246#M191376</guid>
      <dc:creator>iann</dc:creator>
      <dc:date>2010-02-02T14:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create user webscript - works but....</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-user-webscript-works-but/m-p/238247#M191377</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;BR /&gt;&lt;SPAN&gt;thanks for the responses - still having issues. I waswondering if someone could point me in the right direction, it seems my web script for creating users is created corrupt users without authentication - any ideas how I could fix this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank Ian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 16:51:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-user-webscript-works-but/m-p/238247#M191377</guid>
      <dc:creator>iann</dc:creator>
      <dc:date>2010-02-03T16:51:07Z</dc:date>
    </item>
  </channel>
</rss>

