fix
This commit is contained in:
@@ -214,7 +214,7 @@ private function testCards(){
|
|||||||
break;
|
break;
|
||||||
case 'resetpass': $in["action"] = 10011111111;
|
case 'resetpass': $in["action"] = 10011111111;
|
||||||
$res = ResetPassword::procResetPassword($inx);
|
$res = ResetPassword::procResetPassword($inx);
|
||||||
|
$this->logArray($res);
|
||||||
break;
|
break;
|
||||||
case 'createuser': $in["action"] = SAVVYEXT_USER_CREATE;
|
case 'createuser': $in["action"] = SAVVYEXT_USER_CREATE;
|
||||||
$in["street1"] = $in["streetaddress"];
|
$in["street1"] = $in["streetaddress"];
|
||||||
|
|||||||
@@ -11,18 +11,8 @@ class ResetPassword extends CoreServiceApi
|
|||||||
|
|
||||||
public static function procResetPassword($data)
|
public static function procResetPassword($data)
|
||||||
{
|
{
|
||||||
/*
|
$res =[];
|
||||||
CRITICAL - 2022-04-20 19:46:44 --> username=>ses66181@gmail.com
|
log_message('critical', "ResetPassword=>Mode ====>===>".$data['mode'] );
|
||||||
CRITICAL - 2022-04-20 19:46:44 --> mode=>100
|
|
||||||
CRITICAL - 2022-04-20 19:46:44 --> reset_pin=>
|
|
||||||
CRITICAL - 2022-04-20 19:46:44 --> newpass=>
|
|
||||||
CRITICAL - 2022-04-20 19:46:44 --> reset_key=>
|
|
||||||
"email": "lviet@float.sg",
|
|
||||||
"mode":100
|
|
||||||
*/
|
|
||||||
|
|
||||||
$res =[];
|
|
||||||
log_message('critical', "ResetPassword=>Mode ====>===>".$data['mode'] );
|
|
||||||
|
|
||||||
switch($data['mode']){
|
switch($data['mode']){
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user