@section('page_title') OSAA - Login @stop @section('page_sub_title') OSAA Account Login @stop @section('scripts') @parent @stop @section('jquery_init') $('.button').button(); /* Display any success messages */ $('.success_message').delay(5000).fadeOut({'duration' : 2500}); $('.success_message .ui-icon-close').click(function () { $('.success_message').hide(); }); /* * Flash the unknown email icon */ function animateUnknownEmail(step) { var element = $('.user-not-found img'); var delay = 0; if (step < 2) { if (step == 1) { delay = 800; } element.delay(delay).animate({ 'background-color' : '#FF0000'}, 400, 'swing', function() { animateUnknownEmail(2) }); } if (step == 2) { element.animate({ 'background-color' : '#ffffff'}, 500, 'linear', function () { animateUnknownEmail(1) }); } } animateUnknownEmail(0); @stop @section('page_functions') @stop @section('main_content') @if (Session::get('success'))
@endifPlease use the login form to gain access to the OSAA website. You can also create an account if you don't have one already.
Login with your existing account.
{{ Form::open(array('url' => url('/account/login'), 'class' => 'login')) }} @if (Session::has('user-not-found') or Session::has('user-not-found-2')) {{ Form::hidden('previous-attempt', Session::get('user-not-found')) }} @endif @if (Session::has('errors'))I forgot my account information.
If you are a school administrator, coach, or other website user, you'll need to create an account and attach yourself to a school to edit schedules, rosters, and to access forms. Setting up an account only takes a few seconds.
Please refer to the privacy policy for additional information regarding data collection and information security.