0 vote
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
Hello,
I don't think it will be difficult to add. I will add this to our todo list.
Regards
David Hervieux
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