Solved
How to write sql query for get old password in thingworx?
- December 7, 2020
- 2 replies
- 4377 views
The User password is stored as hashed string, administrator won't be able to extract data password from database, and we can't tell how long the old password is.
Besides, if you want to update new password through composer, you'll get a warning if the password does not meet request, the only OOTB way of changing password from outside of Composer is Reset Password button in FormLogin page, we don't have option to make changes in here.
If you customized a mashup for user creation process, you can try to use Expression/Validation in the functions of mashup, and use the result to control the visiblity of a Label containing warning message.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.