SecureBlackbox 2020 PHP Edition

Questions / Feedback?

PasswordChangeRequest Event

This event is fired when a password change is requested.

Object Oriented Interface

public function firePasswordChangeRequest($param);

Procedural Interface

secureblackbox_sshclient_register_callback($res, 15, array($this, 'firePasswordChangeRequest'));

Parameter List


'prompt'
'newpassword'
'cancel'

Remarks

This event is fired by the class when a password change is requested by the server. Prompt contains the password prompt message. Handler should either provide the new password via NewPassword, or deny the request by setting Cancel to true.

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