App.ChangePassword
The ChangePassword function is an application function that opens the Change Password window. This allows the currently logged on user to change their own password.
Syntax |
App.ChangePassword ( ) |
Description |
The ChangePassword application function opens the Change Password window when executed. You can then use the Change Password window to alter the password for your User account. This is dependent on the configuration of your User account—you can only change your password if the Change Password check box is selected on the User Form for your account, and if your User account is managed directly in ClearSCADA, rather than via the Windows User Authentication feature. |
Arguments |
None. |
Returns |
None. |
Example:
App.ChangePassword
See also:
Example use of the App.ChangePassword function in a Mimic Script: see Using a Script to Access the Change Password Window.