Skip to main content
17-Peridot
June 9, 2019
Solved

How to allow to save user/password in ThingWorx login form ?

  • June 9, 2019
  • 1 reply
  • 982 views

Hi, 

 

Is it possible and how to allow the user to mark a check box named , for exmaple, "remember me" in the login form, so that the user don't need to input the user/password everytime ? 

 

Regards,

Sean

Best answer by zyuan1

That's not an OOTB function, you may need to add this function to the FormLogin.jsp file on your own if required.

 

The file is under Tomcat/ webapps/ Thingworx/ Login

 

Note that if you upgrade the TWX server, the new ThingWorx folder will not contain your edited jsp file, so keep a copy for your solution

1 reply

zyuan15-Regular MemberAnswer
5-Regular Member
June 12, 2019

That's not an OOTB function, you may need to add this function to the FormLogin.jsp file on your own if required.

 

The file is under Tomcat/ webapps/ Thingworx/ Login

 

Note that if you upgrade the TWX server, the new ThingWorx folder will not contain your edited jsp file, so keep a copy for your solution