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 'Reset Password' 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