Using a Script to Access the Change Password Window
ATTENTION: This section only applies to User Accounts that are managed directly in Geo SCADA Expert. With User Accounts that are associated with Windows or LDAP User Profiles, password management is performed via the relevant Windows domain or LDAP server.
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
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 Geo SCADA Expert, rather than via an associated Windows or LDAP User Profile.