Using a Script to Access the Change Password Window
ATTENTION: This section only applies to User Accounts that are managed directly in ClearSCADA. With User Accounts that are associated with Windows User Profiles, password management is performed via the relevant Windows domain.
You can use a script to access the Change Password window for a User account. When the relevant Mimic item is selected, the Change Password window for the logged on user is displayed.
The script to display the Change Password window is App.ChangePassword.
Example:
- Public Function ChangeUserPassword
- App.ChangePassword
- End Function
NOTE: The Change Password window is only displayed if a user is logged on. The user can only change their password if the Change Password check box is selected on the User Form for their account, and if the User account is managed directly in ClearSCADA, rather than via an associated Windows User Profile.