Password Change

Password Change

The Password Change component provides an example of using the CHGPWD Library to programmatically change a user’s password.

Component Setup:

Add the login details for the user that needs to be updated. This includes the user’s username, current password, and the new password.

image-20240620-202423.png

See Custom Fields if this is new to you.

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

Untitled 2.png