<%= t("client_management.profile_password") %>
<% if !@error.nil? && @error != "success" %>
<%= @error %>
<% elsif @error == "success" %>
Password has been updated successfully.
<% end %>
<%= form_for @user, :url => {:action => "update_member_profile_password"} do |f| %>
<%= f.submit "Save", :class => "btn btn-primary" %>
<% end %>