SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AddUserWithEmail Method

Registers known user credentials.

Object Oriented Interface

public function doAddUserWithEmail($login, $email, $password);

Procedural Interface

secureblackbox_samlidpserver_do_adduserwithemail($res, $login, $email, $password);

Remarks

Call this method to register known user's credentials with the server. In addition to Login and Password this method also associates an Email address with this user.

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