reset password

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-28 19:40:17 -04:00
parent 0e43eb8d8d
commit d19549a2cc
4 changed files with 10 additions and 0 deletions
+4
View File
@@ -79,12 +79,16 @@ class WrenchApi extends BaseController
'refferhx' => ['POST'],
'accounttypes' => ['POST'],
'jobmanagerlist' => ['POST'],
'profilepasschange' => ['POST'],
];
return $endpoints;
}
private function prepareEndPointData($endpoint, $in, &$call_backend=true,&$local_out=[]){
switch ($endpoint) {
case 'profilepasschange':
$in["action"] = WRENCHBOARD_PROFILE_RESETPASS;
break;
case 'addrecipient':
$in["action"] = WRENCHBOARD_ACCOUNT_ADD_RECIPEINT;
break;