cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Need is to turn off Autocomplete for fields like Password entry

RS_L555
3-Visitor

Need is to turn off Autocomplete for fields like Password entry

Need is to turn off Autocomplete for fields like Password entry in Form as in the Login Page, so that the browser does not prompt user to save the populated values for later use.

1 ACCEPTED SOLUTION

Accepted Solutions
RS_L555
3-Visitor
(To:yue)

4 REPLIES 4
yue
10-Marble
10-Marble
(To:RS_L555)

Hello @RS_L555

 

Due to the security reason, it's now allowed to turn off AutoComplete of the Password entry. If you use Text Field widget on Mashup, it's possible to turn on/off Autocomplete by Password property.

RS_L555
3-Visitor
(To:yue)

Hello Yue,

Thanks for your response. Is it possible to turn off Autocomplete on the TWX default login page that comes from the Organization link ? Also whether the Text Field widget can take the AlphaNumeric and Special characters that we normally use for entering passwords ?

yue
10-Marble
10-Marble
(To:RS_L555)

Hi @RS_L555

 

ThingWorx does not have the feature to turn off auto complete on Organization Login page. It is not supported but it's possible to customize form Login page or create your own login page as follows.

 

Modify Login Form

https://community.ptc.com/t5/ThingWorx-Developers/Modify-Login-Form/td-p/525781

 

About text field widget, the input values can be validated by using Validate function. Please add a parameter on validate function for the input value, and check if the value only contains AlphaNumeric and Special characters by JavaScript (e.g. regexp) in Expression field.

RS_L555
3-Visitor
(To:yue)

Thanks Yue

Top Tags