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

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

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

seanccc
17-Peridot

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

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

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

1 REPLY 1

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

Top Tags