Skip to main content
1-Visitor
August 23, 2016
Solved

How to implement a login page in Thingworx, username and password values should be maintained in the database and after verifying the credentials the mashup page should be loaded.

  • August 23, 2016
  • 1 reply
  • 11322 views

username and password should be maintained as properties of a thing and when user enters the credentials it should be verified and a mashup should be loaded on login.

Best answer by kmagdum

Hi,

You can create an organization and while creating you can mention which mashup to be loaded as Home screen. ThingWorx will build a default login page for each organization.

Login_Page.png

An organization’s form page can be accessed with: <server name>/Thingworx/FormLogin/<Organization Name>.


For more details you can check ThingWorx Help Center.


Thanks,

Ketan

1 reply

kmagdum14-AlexandriteAnswer
14-Alexandrite
August 23, 2016

Hi,

You can create an organization and while creating you can mention which mashup to be loaded as Home screen. ThingWorx will build a default login page for each organization.

Login_Page.png

An organization’s form page can be accessed with: <server name>/Thingworx/FormLogin/<Organization Name>.


For more details you can check ThingWorx Help Center.


Thanks,

Ketan

psaxena1-VisitorAuthor
1-Visitor
August 23, 2016

Hi Ketan,

Yes it worked. Thanks.