An example: in this moment I added to my user Stefano the membership in groups hr, admin
and user, the same groups of the admin user, and to do this I used the jbpm-console.
Why using Stefano I'm not able to login in the jbpm-console?
In the jbpm data base this are the values:
select t1.id_, t1.name_, t1.password_,
t3.name_ as group_name, t3.type_ as group_type
from jbpm_id_user t1,
jbpm_id_membership t2,
jbpm_id_group t3
where t1.id_ = t2.user_ and
t2.group_ = t3.id_ and
t1.name_ in ('admin', 'stefano');
order by t1.id_, t3.name_;
id_name_password_group_namegroup_type
3adminadminadminsecurity-role
3adminadminhrorganisation
3adminadminusersecurity-role
104stefanostefanoadminsecurity-role
104stefanostefanohrorganisation
104stefanostefanousersecurity-role
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222727#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...