Skip to main content
17-Peridot
March 23, 2019
Question

Customize the FormLogin page

  • March 23, 2019
  • 2 replies
  • 1506 views

Hi, 

The default [server]/Thingworx/FormLogin/ has the field user and password ,  I would add an additional drop down list field, like , Location , and allow user to choose it when login.  How can I customize the login form ? 

 

Best Regards,

Sean

2 replies

5-Regular Member
March 25, 2019

Hi Sean,

 

I happened to look into the Formlogin before and wrote an article about it. The FormLogin is not a system mashup, it's actually a jsp file in the server, so you can't change the design from composer unless you redesign this jsp file, and it will change all other user's login UI in this server.  If you want to add the dropdown list, you can customize on it.

 

https://www.ptc.com/en/support/article?n=CS254432&posno=1&q=customize%20formlogin&source=search 

5-Regular Member
April 5, 2019

Hi Sean, does the article give you the information you need?