cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the user's password?

douglascrp
World-Class Innovator
World-Class Innovator
Hi,

I'm trying to custom an action wich will perform some cmis queries, and I need to get the user name and password in order to pass as arguments
I already figured out how to get the logged in user's name, using AuthenticatedUserDataGenerator class.
With the user name, I also could get the person object, using PersonService.

The only thing I could not figure out yet is how to recover the user's password.

Is there any way to achieve this?

Thanks in advance.
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
No its not possible.

douglascrp
World-Class Innovator
World-Class Innovator
No its not possible.

So now I have a problem…

Can you think on a workaround for this?

Have someone ever tried to query the repository using cmis?
I wouldn't want to hardcode or save the password in a xml/property file.

I thought I could do that.

Thanks mrogers for your response.