<%= t :change_password, :scope => [:clearance, :views, :passwords], :default => 'Change your password' %>
<%= t :new_password_information, :scope => [:clearance, :views, :passwords], :defualt => 'We will email you a link to change your password.' %>
<% form_for :password, :url => passwords_path do |form| %>
<%= form.label :email %>
<%= form.text_field :email %>
<%= form.submit t(:reset_password, :scope => [:clearance, :views, :buttons], :defaul => 'Reset password'),
:disable_with => t(:please_wait, :scope => [:clearance, :views, :buttons], :default => "Please wait...") %>
<% end %>