CHGPWD Library

This CHGPWD library is a helper module for IguanaX Admin Users to programmatically change their password using the IguanaX APIs.

Try it out by using the sample Password Change component:

You can use this URL:

git@bitbucket.org:interfaceware/passwordchange.git

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 is 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

 

Â