Forums / Developer / users roles and workflow

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

users roles and workflow

Author Message

Massimiliano Collavo

Friday 14 May 2010 6:53:38 am

Hello
I've created a custom user class for organize specific type of users.
I'd like assign the custom user to a group with the appropriate permissions.
I've made a form for create a object with input field similar this:
<input type=hidden value=id name=NodeID>
where the id value is the node id of the user group the new user will be assigned to.
This works in a simple subriscption, but not when i use a workflow to approve registration (multiplex with approve event).
After approve the user has no location.
Maybe i have to create a custom event to locate the object.
Have some suggestions?
Thanks in advance
Maxi