Hash Algorithm for saved password in bonita database

1
0
-1

Dear All
Hi
I want to retrieve the passwords that saved in "user" table in Bonita database. By the way, i think it has saved by hash algorithm. for example for default password (bpm) the "LcTkpvvquKf4KO+prsfXrQ==" value saved in database. My question is how can i retrieve the passwords?

Thanks in advance
REZA

2 answers

1
0
-1

Actually, as explain by Seán, administrator is not allowed to view users password for security reasons.

A possible solution to your use case is that administrator can change actually change the user password in administration view of the Portal.

Another option is to create a process that will let the user change is own password (process will use Engine APIs to update the password).

1
0
-1

Really?

Not going to happen for general security reasons. Just get your users to reset their passwords, but doing what you want to do is a definite no-no.

regards
Seán

PS: While I understand this may not be the answer you're hoping for, it does indicate a possible route to the solution, please mark as resolved.

Notifications