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
- Use the old password to connect to the server
- Set RequestPasswordChange property of the component to true
- Handle OnPasswordChangeRequest event and provide the new password to the server via the event handler.
Discuss this help topic in SecureBlackbox Forum