added more calls

This commit is contained in:
dev-chiefworks
2023-05-26 14:57:45 -04:00
parent 7d830711b3
commit f6dfe922f0
30 changed files with 603 additions and 32 deletions
@@ -0,0 +1,18 @@
<?php
include_once('def.php');
include 'session_read.php';
include('wrenchboard_class.php');
$wrenchboard = new wrenchboard_class();
$data = array(
"sessionid" => "DUMMY-CANNOT_BE_EMPTY" ,
"reset_link" => '36dfec6e557768511ffc87bdc861fac4543ae5758f933f8a7c92a7a70960fa3f',
"newpass" => 'your-new-password',
"step" => 300,
'action'=>WRENCHBOARD_COMPLETE_PASSWORDRESET
);
$out = array();
$ret = $wrenchboard->wrenchboard_api($data,$out,'stepresetpass');
?>