Sha256: 40a1c3dd98cfb3a8080ed18a07ae794f8d192789ab2fc92a274f48e3c9b31d9d
Contents?: true
Size: 519 Bytes
Versions: 48
Compression:
Stored size: 519 Bytes
Contents
<% provide(:title, 'Reset password') %> <h1>Reset password</h1> <%= error_summary(@user) %> <div class="row"> <div class="col-md-4 col-md-offset-4"> <%= form_for(@user, url: password_reset_path(params[:id])) do |f| %> <%= f.hidden_field :email %> <%= f.text_form_group :password, field_type: 'password' %> <%= f.text_form_group :password_confirmation, field_type: 'password' %> <%= f.recaptcha :recaptcha %> <%= f.submit 'Update password', class: 'btn btn-primary' %> <% end %> </div> </div>
Version data entries
48 entries across 48 versions & 1 rubygems