{{ Form::open(array('url' => url('/account/add-news-author-role'), 'method' => 'post')) }} {{ Form::hidden('user_id', Auth::user()->id) }}
Add an OSAAtoday News Author Role to Your Account

Use this form to add an OSAAtoday News Author role to your account. This will allow you to gain access to edit your author profile and to create and submit news articles.



Access Role
Author
Publisher
No
{{ Form::label('access_code', 'Access Code', array('style' => 'font-weight: bold;')) }}
{{ Form::text('access_code', null, array('style' => 'width: 150px;')) }}


Type in the access code you were provided by the OSAA. You will not have access to publish your own articles.
{{ Form::close() }}