Skip to main content
1-Visitor
July 17, 2018
Question

Cant map string to Password basetype..

  • July 17, 2018
  • 1 reply
  • 1172 views

Problem with using using input of base-type of "PASSWORD".

 

I am unable to map text box entry to a service input of base-type "PASSWORD . (image attched)

 

Pls help for this issue.

 

thanks in advance.

 

1 reply

5-Regular Member
July 17, 2018

Hi @Sugumar_5656 which ThingWorx version are you working with? Anyhow, as a best practice you wouldn't want to store passwords as clear text.

 

May be you can look into passing that string to a service which encrypts and store the password in the password field. There's a resource available called EncryptionServices with EncryptPropertyValue service, see help center for sample