Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Is it possible to read password of users from Saviynt User Store

rahul_p
Regular Contributor II
Regular Contributor II

Hello Experts,

I read that Saviynt using bcrypt hashing to store password, but just want the confirmation on this.

We have requirement to trigger the Welcome Email on demand which contains password of user, so is it possible to fetch the password of user from Database?

Regards,

Rahul

3 REPLIES 3

dgandhi
All-Star
All-Star

I don't think it is possible to fetch the password from DB.

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

pruthvi_t
Saviynt Employee
Saviynt Employee

Hi @rahul_p ,

It is not possible to fetch password from Database as the value is stored in encrypted values in DB. 

Thanks,


Regards,
Pruthvi

rahul_p
Regular Contributor II
Regular Contributor II

Thank you @pruthvi_t @dgandhi  for responses.