Change Password
New password:
<%= password_field ('user','password') %>
Confirm new password:
<%= password_field ('user','password_confirmation') %>
<%= submit_tag "Change Password" %>
<%= render :partial => 'play/notifier' %>
<%= head_helper :error => true %>
<%= message_helper 'change' %> <%= start_form_tag_helper %> <%= render_partial 'password', :user => @user, :submit => false %>
<%= button_helper 'change_password' %> <%= link_helper 'change_cancel_welcome', :action => 'welcome' %>
<%= end_form_tag %>