SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AuthPassword Event

This event is fired on password authentication attempt from a client.

Object Oriented Interface

public function fireAuthPassword($param);

Procedural Interface

secureblackbox_sftpserver_register_callback($res, 9, array($this, 'fireAuthPassword'));

Parameter List


'connectionid'
'username'
'password'
'accept'
'forcechangepassword'

Remarks

Parameters Username and Password contain user credentials. If they are correct, set Accept to true. You can request password change by setting ForceChangePassword to true.

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