ChangeUserPassword

This command will change the user’s password to a new value if the old password is correctly provided. This is a permanent change stored in the system.

Group: Application-Based Extension


Syntax: [bValue =] App.ChangeUserPassword(sOldPwd, sNewPwd)

bValue        (Boolean) Optional – is True or False based on the success of the command.

sOldPwd     (String) is the user’s current password

sNewPwd    (String) is the new password

 

Example:

App.ChangeUserPassword("Mike123", "Mike456")

Version Supported:      RFgen 4.0, 4.1, 5.0, 5.1, 5.2 and newer.