Password Change
The Password Change component provides an example of using the CHGPWD Library to programmatically change a user's password.
Component Setup:
Import the Password Change component
Add your Username, CurrPassword, and NewPassword credentials to the custom fields
Add the login details for the user that needs to be updated. This includes the user's username, current password, and the new password.
![]()
See Custom Fields if this is new to you.
Click Edit, Make and Copy and Edit to open the Translator
The CHGPWDchangepwd function takes in the following arguments:
-
The admin user's username, current password, and new password (as specified by the custom fields)
-
A hashtag description you want to assign the user
-
Your target host (an Iguana instance): protocol (http or https), IP address, and port
![]()