Skip to main content
17-Peridot
April 24, 2017
Question

Modify Login Form

  • April 24, 2017
  • 1 reply
  • 3446 views

Is it possible to modify TWX Login form with added hyperlinks?

As we know,it provides "Reset" option for password reset (E-mail notification for reset password). Can we add one more option like "Recover Password" hyperlink?

I want to add a functionality of recovering password through some security questions.

Please suggest solutions,if any.

Thanks,

Tarun

1 reply

5-Regular Member
April 24, 2017

Tarun Nayyar​,

As per my knowledge; such feature is not available in ThingWorx.

All the available options can be check in the organization entity.

TanmeyTWX17-PeridotAuthor
17-Peridot
April 24, 2017

I have already checked these but no luck.

I guess there is no way to edit TWX default HTML code of this Login page.

14-Alexandrite
April 24, 2017

Tarun Nayyar

Do you only want to add your own button like "change password"? Then you create your own logic in the jsp? Or you want also ThingWorx build-in service to implement your request?

if the former, it worth a try to create your own FormLogin.jsp under <TOMCAT_HOME>\webapps\Thingworx\login  if thyou want  to  "Change Password", then you only need add this button i, and then direct ito the same logic to the "reset password" just that it displays as "Change Password" but not "Reset Passwordbut for other functions, you should develop logic of your own in the jsp file.

But this is not 100% sure you could do what you really want finally, just have a try, like Ankit mentioned, what officially provided are all in the Organization General Information page configure, but for other non-out-of-the-box functions, you should try to look at the jsp page and know which Thingworx API could help in the jsp page.

Hope this helps,

Br,

Anna