Credentials - Add "View Password" to Default Action

Credentials - Add "View Password" to Default Action

0 vote

avatar

Hello,

is it possible to add the option - "View Password" as Default Action on a Credentials entry?

At the moment "View Entry" is possible - but without the opportunity to copy username / password or domain.

Thanks!

Best Regards,
Min

2017-10-25 15_35_10.png

All Comments (2)

avatar

Hello,
I don't think it will be difficult to add. I will add this to our todo list.

Regards

David Hervieux

avatar

Hello David,

thanks for the quick implementation! Works like a charm!
If someone want to customize several entries, here the custom powershell command:

$connection.Credentials.DefaultAction = "ViewPassword"
$RDM.Save();


Best Regards,
Min