@section('page_title') OSAA - Change Password @stop @section('page_sub_title') OSAA Change Account Password @stop @section('scripts') @parent @stop @section('jquery_init') @stop @section('page_functions') @stop @section('main_content')

Change Password

{{ Form::open(array('url' => url('/account/reset-password'), 'class' => 'login')) }} @if (Session::has('errors'))
@foreach ($errors->all() as $error){{ $error }} @endforeach
@endif {{ Form::label('old_password', 'Current Password', array('class' => 'input_label', 'style' => 'width:200px;')) }} {{ Form::password('old_password') }}

{{ Form::label('new_password', 'New Password', array('class' => 'input_label', 'style' => 'width:200px;')) }} {{ Form::password('new_password') }}

{{ Form::label('confirm', 'Retype New Password', array('class' => 'input_label', 'style' => 'width:200px;')) }} {{ Form::password('confirm') }}

{{ Form::submit('Set New Password', array('class' => 'submit', 'style' => 'margin-left:249px;')) }} {{ Form::close() }}

Directions

Please fill in the following information to change your password. You will need to enter your current password in order to verify you are the actual account owner.

Passwords must be 8-16 characters and can include letters, numbers, or special characters.


















Why do I have to change my password?

If you requested your password to be reset, you were sent an e-mail containing a temporary password. Once you logged in with that temporary password, you must change your password to something that you specify.

If this is your first time logging in on the updated OSAA website, you will be asked to change your password. Your account was setup for you automatically in the system with a default password. Since you logged in for the first time using that default password, we are ask that you change your password to something you specify.

@stop