Discuss this help topic in SecureBlackbox Forum
This event is fired when the client changed password as OnAuthPassword event required.
Declaration
Parameters
- Username - the name of the client being authenticated
- OldPassword - old password
- NewPassword - new password
- Accept - set this parameter to True if you agree to change the password.
- pcUsername - the name of the client being authenticated
- szUsername - the length of pcUsername.
- pcOldPassword - old password
- szOldPassword - the length of pcOldPassword.
- pcNewPassword - new password
- szNewPassword - the length of pcNewPassword.
Description
Provides a new password that the user want to use in future.
Discuss this help topic in SecureBlackbox Forum