I am changing all my passwords in different authentication connectors (google spreadsheet and salesforce) to secure user preferences so I have some level of security when showing the development of processes to others. Unfortunately I receive an NULL/BLANK PASSWORD when I use the following script and the errors:
2014-10-21T06:18:22+0000 - Task "Authenticate to Google Spreadsheets" (id: 1[0] - status: ACTIVE): Forbidden
The P_result.error is {"Error":"BadAuthentication"}
The Input variable script for the variable password is:
<#assign passwords = get_preferences()>
password = passwords.googlespreadsheetpassword
I tried the second line with "$" and "{" etc. but to no avail.
Sabine EL RASSY
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/0bde50c7-8c42-4823-bdb3-5f5b78533bf7%40runmyprocess.com.
I am confused. The documentation says I can use the get-preferences in a processes input varables FOR a SECURE USER PREFERENCE but Sabine says it can only be in the connector URL. It is important because it is not only the process reports where I need to "hide" passwords but also in the whole development process as I demonstrate this and do not want to see the password anywhere.
I am asking this because I received an error trying this.
Best regards,
Eduardo