Page MenuHomeDevCentral

D1761.diff
No OneTemporary

D1761.diff

diff --git a/bin/getcredentials b/bin/getcredentials
--- a/bin/getcredentials
+++ b/bin/getcredentials
@@ -8,7 +8,7 @@
# - id: an integer matching the credential ID on Passphrase
# e.g. 17 for K17
# - data: the property to retrieve
-# password, username or title
+# password, username, token or title
# If omitted, the password will be retrieved
#
# This script requires:
@@ -58,6 +58,7 @@
title) PROPERTY="name" ;;
username) PROPERTY="username" ;;
password) PROPERTY="material.password?" ;;
+ token) PROPERTY="material.token" ;;
*) echo "Unknown property" ; exit 8 ;;
esac
else

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 6, 12:43 (22 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2231863
Default Alt Text
D1761.diff (650 B)

Event Timeline