@section('page_title') OSAA - Recovery @stop @section('page_sub_title') OSAA Account Recovery @stop @section('scripts') @parent @stop @section('jquery_init') $('.button').button(); $('#dialog-confirm').dialog({ autoOpen: false, resizable: false, height:200, modal: true, buttons: { "Yes": function() { $('#recovery').submit(); $(this).dialog("close"); return true; }, Cancel: function() { $(this).dialog( "close" ); return false; } } }); $('#recovery').submit (function () { if ($('#email').val() != '') { var dia = $('#dialog-confirm'); if (dia.dialog('isOpen')) { return true; } else { dia.dialog('open'); } } return false; }); /* Display any success messages */ $('.success_message').delay(5000).fadeOut({'duration' : 2500}); $('.success_message .ui-icon-close').click(function () { $('.success_message').hide(); }); @stop @section('page_functions') @stop @section('main_content') @if (Session::get('success'))
@endifFor 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.
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.