user Store

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2010 08:36 AM
I have made a html file with text boxes that a user can use to register. I need those to be passed to the alfrescoUserStore and intern be saved to database. Does any one know how to post entred data from textboxes to the alfrescoUserStore?
Please Help,
Flavia
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2010 08:55 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2010 01:55 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2010 04:48 AM
I think you need to add some informations to be able to help you: What data you entered for example => the user login for instance ??

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2010 06:51 AM
The Data I need to enter are First Name:, Last Name:, Email, Phone, username, password, and confirm password.
The username is the firstname.lastname and the password is autogenerated
Kind regards,
Flavia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2010 11:05 AM
Take a look at the existing scripts e.g. /api/people which create users as a starting point.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2010 02:28 AM
Thanks for your reply. Yes what I want to do is to get the post data to the alfresco user store. I have tried looking for the script but I'm not able to find it. Please paste the full path for /api/people and any more information on starting up will be appreciates
Kind Regards,
Flavia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2010 01:12 PM
Mrogers,
Thanks for your reply. Yes what I want to do is to get the post data to the alfresco user store. I have tried looking for the script but I'm not able to find it. Please paste the full path for /api/people and any more information on starting up will be appreciates
Kind Regards,
Flavia
You will have to read for yourself how to do this. In the wiki, look for "Web Scripts" and "Javascript API" (that's two different sets of pages). The web script is the piece that responds to the form submit, and carries out the action. The Javascript code that you execute inside the web script will actually create the person node with those attributes.
The file contentModel.xml in your Alfresco installation gives the properties for cm


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2010 06:01 AM
Does anybody have any idea, how to retrieve cm

Is it possible to add extra property to cm

Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2010 04:30 PM
Hi,
Does anybody have any idea, how to retrieve cmerson properties using web services or java api?
Is it possible to add extra property to cmerson? how ?
Thanks
Look up the Javascript API on the Alfresco wiki. There are Javascript functions that manage the person nodes.
