Skip to main content
1-Visitor
December 12, 2017
Solved

Setting Organization FormLogin options programmatically

  • December 12, 2017
  • 2 replies
  • 1711 views

Hi, community!

We have a Java extension that's creating a bunch of TW entities programmatically, among others a organization entity. Creating the organization entity, adding members to the organization, assigning permissions and setting the home mashup works as planned, but how does one set the FormLogin options programmatically? I'm talking about login prompt and login image, among others, that are editable through the Composer (see image). I've checked the API docs at http://support.ptc.com/help/thingworx_hc/thingworx_7_hc/ThingWorx_Core_Help_Center/baggage/javadoc/com/thingworx/security/organizations/Organization.html but couldn't find suitable methods.


We're using TW 7.3.4.


snip.png

Best answer by posipova

Currently the only way to set up such FormLogin parameters is manually, through the Composer.

2 replies

posipova20-TurquoiseAnswer
20-Turquoise
December 12, 2017

Currently the only way to set up such FormLogin parameters is manually, through the Composer.

mlähde1-VisitorAuthor
1-Visitor
December 13, 2017

Bummer! Thanks for the confirmation.