ChangePassword

<< Click to Display Table of Contents >>

 

ChangePassword

ChangePassword([PosX], [PosY])

This method opens a dialog box to allow the current user to change their password and returns True if the current user has permission to change their password or returns False if that operation failed or if changing the password is not available because this user is not authorized.

This method contains the optional parameters PosX, which indicates the position of the dialog box in pixels relative to the left margin of the window, and PosY, which indicates the position of the dialog box in pixels relative to the top margin of the window. If any of these parameters is omitted, that dialog box's coordinate is centered on the window. If the values indicated in these parameters place this dialog box outside the visible area, those values are automatically adjusted to ensure this dialog box is visible.

 

NOTE

This method is only available if the logged-in user belongs to an E3 Domain.

Was this page useful?