Tabula Rasa is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Tabula Rasa.  If not, see <http://www.gnu.org/licenses/>.
*/
//Do not remove - essential to login system
include_once 'include/processes.php';
// Inserts Navigation Bar
include "include/nav.php";
//Makes Sure User is Logged In
$Login_Process = new Login_Process();
$Check = $Login_Process->Forgot_Password($con, $_GET, $_POST);
$Request = $Login_Process->Request_Password($con, $_POST, $_POST['Request']);
$Reset = $Login_Process->Reset_Password($con, $_POST, $_POST['Reset']);
?>
<title><?php 
print Site_Name;
?>
 | Forgot Password</title>
<link href="include/style.css" rel="stylesheet" type="text/css">
<body>
<?php 
switch ($Check) {
    case "<!-- !-->":
        ?>
<div align="center">
<div style=" width:200px;">