Hi, I'm looking at user self registration. If a user creates his own account through the console, this appears in the "user requests" tab in the console and then a user with necessary rights will kind of approve it (editing the object e.g. assign a role and saving it).
As I understand it when I work through the REST interface (using a custom webapp) and calling a create on a userrequest then this assumes that a (user)process would convert this userrequest into a real user object? And when that's done the workflow kicks in? The user request create process sounds like a workflow to me but in fact it isn't implemented as such? Is there a way to automatically do the userrequest -> user step? Or would I then need to directly create a user through the REST interface? regards Bob
