Skip to main content
1-Visitor
October 8, 2018
Question

Is there any way we can have new user registration on Organization Login Page

  • October 8, 2018
  • 2 replies
  • 1573 views

We are using FormLogin/<Organization> for organization login page.

Have a requirement for end user to create their account by themselves.

Is there any way we can have signup page for Thingworx ?

2 replies

20-Turquoise
October 8, 2018

This would not be possible with the out of the box authenticator.  You would have to develop a custom authenticator,

1-Visitor
October 8, 2018

Yes you can  do this.  You can either create a basic HTML form page that calls the required TWX REST APIs to create a a new user.  You would use an appKey with the necessary permissions to run the user create services and put the user in any required orgs/groups.  You could also create a TWX mashup that you access via the same appKey ( in the URL) and just bind in the services you need to create users and assign orgs/groups.

Support
October 15, 2018

Hi @rohitparker.

 

If one of the previous responses has answered your question, please mark it as the Accepted Solution, for the benefit of others who may have the same question.

 

Regards.

 

--Sharon