Discuss this help topic in SecureBlackbox Forum

Change password on the server

SSH-enabled classes can be used to change user password on the server.

To perform password change, you need to

  1. Use the old password to connect to the server
  2. Set RequestPasswordChange property of the component to true
  3. Handle OnPasswordChangeRequest event and provide the new password to the server via the event handler.

Discuss this help topic in SecureBlackbox Forum