Skip to main content
1-Visitor
December 18, 2019
Solved

Input user password

  • December 18, 2019
  • 1 reply
  • 2213 views

Hi guys,

 

I am creating a mashup to create new users.  In Thingworx 8.5 it seems that the MaskInputCharacters property has been removed from the Textbox widget as discussed in this post and this article.

 

Anyone have a work around or how to do this?

Best answer by AndreaSteyn

Hi I made a mistake. I should have used Text field instead of area.

 

Thanks @rjanardan 

1 reply

16-Pearl
December 18, 2019

For the new TextField widget, you can check the property Password to mask the input characters. The legacy TextBox widget still has the property MaskInputCharacters.

1-Visitor
December 18, 2019

Hi @rjanardan ,

 

My textbox widget : ptcstextarea-134 does not have a property Password.

 

Is there another textbox widget I should be using?

AndreaSteyn1-VisitorAuthorAnswer
1-Visitor
December 18, 2019

Hi I made a mistake. I should have used Text field instead of area.

 

Thanks @rjanardan