Do a retrieve of the user role and add that one to the user. The retrive you do with XPath from database like:
[id = '[%UserRole_Administrator%]']
This retrieves the admin user role. You will see your own roles there so you Ctrl to see the other roles in your app.
Regards,
Ronald
Thank you Ronald :)
I’m not sure, how I can assign the role I retrieved to the user. Could you please get me on the horse again?