Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
In thingworx, How to give option for user to rest their password through mashup?
Solved! Go to Solution.
There is two ways to do it, a user should be able to run the service to reset their own password.
Or it has to go through a user with either Administrators or SecurityAdministrators User Group rights.
Service is ChangePassword that a user entity would have
There is two ways to do it, a user should be able to run the service to reset their own password.
Or it has to go through a user with either Administrators or SecurityAdministrators User Group rights.
Service is ChangePassword that a user entity would have