How to redirect from one page to another with different log in user, how change the current log in user through process?

1
0
-1

hi,
I have been trying implement a simple request application where user can log in and make a request to admin. And admin can approve that request or can reject that request. But when i create a log in process I am not able to log in with different user it will only keep log in the process initiator.
Also i am not understanding hi i am going to change the request form on base of user role means after log in i have to show the forms as per the user role. But i am not able to do that.

Comments

Submitted by chris.lowth on Sat, 02/25/2017 - 08:09

Can you explain what you mean by "create a login process"?
Bonita already has a login and logout service and the concept of roles. It sounds as if you are tyring to reinvent that mechanism.

My application is similar to what I think you are trying to do - but I leverage Bonita's own user account mechanism. So the user fills out an application form as user "anon" (I describe that in another posting here) and the process that gets kicked off creates the user (once approved) using the bonita IdentityAPI.

No answers yet.
Notifications