>>Message imported from previous forum - Category:ClearSCADA Software<<
User: stevenfaulkner, originally posted: 2019-09-25 14:37:40 Id:527
Can a user's password be set through the ClearSCADA API? I'm able to create a user, set all of their permissions, set the password rules, but I'm not able to find where to set their actual password. Is this possible through the API?
Is it simply a SetProperty() call on the user object? If so is the property just "Password" and what should the object for the password be (i.e. string or a SecureString)?
If anyone has any information I'd greatly appreciate it, thanks.
Solved! Go to Solution.
>>Responses imported from previous forum
Reply From User: dmercer, posted: 2019-09-25 22:56:48
In the ClearSCADA .NET Client API, there is the method Connection.ChangeUserPassword(ObjectId objectId, SecureString oldPassword, SecureString newPassword).
Reply From User: stevenfaulkner, posted: 2019-09-26 14:02:41
Thank you so much! I'm not sure how I missed that. I didn't notice it was on the Connection class.
>>Responses imported from previous forum
Reply From User: dmercer, posted: 2019-09-25 22:56:48
In the ClearSCADA .NET Client API, there is the method Connection.ChangeUserPassword(ObjectId objectId, SecureString oldPassword, SecureString newPassword).
Reply From User: stevenfaulkner, posted: 2019-09-26 14:02:41
Thank you so much! I'm not sure how I missed that. I didn't notice it was on the Connection class.
User | Count |
---|---|
188 | |
52 | |
16 | |
16 | |
15 |
Discuss challenges in energy and automation with 30,000+ experts and peers.
Find answers in 10,000+ support articles to help solve your product and business challenges.
Find peer based solutions to your questions. Provide answers for fellow community members!