Command Line Utility Guide

Command Line Utility Guide

resetWebUserPassword

resetWebUserPassword

Reset a Web User's Password for
Managed File Transfer
by using the resetWebUserPassword command. The following table lists the available options for resetting a web user’s password.
To manage Web User passwords, log in as a User with the Web User Manager role.
The resetWebUserPassword command can only be used when the Web User's Login Method is
Managed File Transfer
. No other Login Methods are supported.
Example 1:
The following command will reset a Web User password with a password generated by
Managed File Transfer
.
infamftcmd.bat -server http://10.1.4.1:8000/informaticamft -user Administrator -password Administrator -command resetwebuserpassword -username jsmith -generatepassword true -forcepasswordchange true 
-displaypassword true -emailpassword true
Example 2:
The following command will reset a Web User password with the password 'xyz' supplied from within the command.
infamftcmd.bat -server http://10.1.4.1:8000/informaticamft -user Administrator -password Administrator -command resetwebuserpassword -username jsmith -userpassword xyz -displaypassword true 
-emailpassword true
Parameter Name
Description
Required?
Default Value
userName
The web user account name.
Yes
None
generatePassword
Managed File Transfer
will generate a password for the Web User.
No
None
userPassword
Password you supply for the Web User. The password must meet the restrictions set in the Web User Password Policy.
No
None
forcePasswordChange
Forces the Web User to change their password on their next log in.
No
None
displayPassword
Displays the password in the confirmation message on the command window.
No
None
emailPassword
Emails the new password to the Web User.
No
None

0 COMMENTS

We’d like to hear from you!