Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3716136
D1761.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
650 B
Referenced Files
None
Subscribers
None
D1761.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D1761: Allow to retrieve a token
Attached
Detach File
Event Timeline
Log In to Comment