require("staff_view_header.php");
?>
unset($_SESSION['current_status']);
$context['id'] = $_GET['id'];
$context['db_name'] = DB_CLIENT_ACCOUNTS;
common_main_header::get_header();
$password = new form_staff_reset_password($context);
$password->set();
if($_POST['Submit'] == "Save Password")
$password->submit();
$password->form();
?>