Sha256: d3ebd157f6d782256df963ae49e4471890c8db73475bdf412aa36161d063d18b

Contents?: true

Size: 615 Bytes

Versions: 4

Compression:

Stored size: 615 Bytes

Contents

<% welcome_form_box 'Reset Password' do %>
  <fieldset>
    <div id="flash-notice">
      Please enter your new pasword, twice for verification purposes, and click the &#39;Reset Password&#39; button to make the new password active.
    </div>
            			
		<label>Password :</label>
		<%= password_field_tag 'password', nil, :id => 'password' %>

		<label>Password (verify):</label>
		<%= password_field_tag 'password_verify', nil, :id => 'password_verify' %>
  </fieldset>

  <%= hidden_field_tag 'token', params[:token] %>
  <%= submit_tag 'Reset Password', :class => 'submit', :name => 'reset' %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
brisk-bills-0.8.2 app/views/authentication/reset_password_via_token.html.erb
brisk-bills-0.8.1 app/views/authentication/reset_password_via_token.html.erb
brisk-bills-0.7.0 app/views/authentication/reset_password_via_token.rhtml
brisk-bills-0.6.0 app/views/authentication/reset_password_via_token.rhtml