Basic User Management

Is there a way via the SDK to change a basic user’s password?

We have a situation where customers login to witness testing of their products. Whenever we have a test coming up, I have to go in and change the basic user password, that way we don’t have customers logging in when they shouldn’t, I would like to make an app that others could use to change the password without me being involved and without giving them access to the management client.

Is this possible?

No. Right now only an administrative user can change the password for a basic user. This means that a basic user cannot login and change his own password. I believe this will change in the future, but for now this is how it is.

So you can make a small app to change a basic user’s password, but it will require a admin login which means the app could change all basic user’s password.

If this is OK for you please explore the Smart Client AddUser plugin sample.

https://doc.developer.milestonesys.com/html/index.html?base=samples/scadduser.html&tree=tree_1.html

OK. Thanks for the reply. I will check it out.