howto add users to usergroup automatically from share

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2012 07:34 AM
Is it possible to add new user into usergroup when you invite user from share? This way Alfresco Admin user does not need to adding by his hanad
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2012 08:27 AM
I've personally done this using a custom behavior on the user creation.
It enables you to write a script that will be triggered each time a new user is created.
You can retrieve the user node and do whatever you want with it. You can even discriminate the group based on the last name or the email address.
To get started with custom behaviours, I'd advise you to read Jeff Pott's tutorial: http://ecmarchitect.com/archives/2007/09/26/770/comment-page-1
It enables you to write a script that will be triggered each time a new user is created.
You can retrieve the user node and do whatever you want with it. You can even discriminate the group based on the last name or the email address.
To get started with custom behaviours, I'd advise you to read Jeff Pott's tutorial: http://ecmarchitect.com/archives/2007/09/26/770/comment-page-1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2012 09:13 AM
Scouil
Thanks for your answer back, I will check link you posted.
Thanks for your answer back, I will check link you posted.
