SecureBlackbox 2020 PHP Edition

Questions / Feedback?

PasswordChangeRequest Event

Signals that the server requests a password change.

Object Oriented Interface

public function firePasswordChangeRequest($param);

Procedural Interface

secureblackbox_sftpclient_register_callback($res, 13, array($this, 'firePasswordChangeRequest'));

Parameter List


'prompt'
'newpassword'
'cancel'

Remarks

The class fires this event to pass the password change request from the server to the application. This event is fired during the SSH handshake.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]