<?php $__env->startSection('page_title'); ?>
    OSAA - Account Recovery
<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_sub_title'); ?>    
   Account Recovery
<?php $__env->stopSection(); ?>

<?php $__env->startSection('head'); ?>
    

<?php $__env->stopSection(); ?>

<?php $__env->startSection('jquery_init'); ?>

<?php $__env->stopSection(); ?>


<?php $__env->startSection('header_button_left'); ?>
    <a href="#" class="jqm-navmenu-link ui-nodisc-icon ui-alt-icon ui-btn-left ui-btn ui-icon-arrow-l ui-btn-icon-notext ui-corner-all" onClick="window.history.back(); return false;">Back</a>

<?php $__env->stopSection(); ?>


<?php $__env->startSection('main_content'); ?>

	<h1>Reset Password</h1>
	
	<p>
		For security purposes, passwords are one-way encrypted so they cannot be recovered from our database.  Instead, if you forgot your account password, you can use this form to request the system to reset your password.  In this case, you will receive a temporary password that you can use to login.  After logging in with the temporary password, you will be prompted to enter in a new password.
	</p>	
			
	<h2>Request Temporary Password</h2>	

	<?php echo Form::open(array('url' => url('/mobile/recover'), 'class' => 'login', 'id' => 'recovery')); ?>
	
	<?php echo Form::label('email', 'E-Mail Address', array()); ?>
	<?php echo Form::email('email', null, array()); ?>

	<?php echo Form::submit('Recover', array('class' => 'submit button', 'style' => 'margin-left:357px;')); ?>


	<?php echo Form::close(); ?>

	

	<p class="warning">
		<b>Warning:</b> This form will reset your password.  This process cannot be undone after you click "Recover."
	</p>


	<p><b>Note:</b> If you have never logged into the updated OSAA website and already have an old account, you can try logging into your account with your school's administrator or coach key code.</p>

	<h3>Temporary passwords</h3>
	<p>
		Your temporary password will be e-mailed to the address you enter above.  This e-mail address must be associated with your user account.  You can repeat this process multiple times, if needed.  The most recently sent password is the only password that will work to recover your account.
	</p>
<?php $__env->stopSection(); ?>