Sha256: 9768e3571b7fec2ba704617e84fad17cdcc5bfe389e368cf92123f12a4369d02

Contents?: true

Size: 705 Bytes

Versions: 4

Compression:

Stored size: 705 Bytes

Contents

<form method="post" class="rodauth form-horizontal" role="form" id="change-password-form">
  #{rodauth.change_password_additional_form_tags}
  #{rodauth.csrf_tag}
  #{rodauth.render('password-field') if rodauth.change_password_requires_password?}
  <div class="form-group">
    <label class="col-sm-2 control-label" for="new-password">#{rodauth.new_password_label}#{rodauth.input_field_label_suffix}</label>
    <div class="col-sm-10">
      #{rodauth.input_field_string(rodauth.new_password_param, 'new-password', :type => 'password')}
    </div>
  </div>
  #{rodauth.render('password-confirm-field') if rodauth.require_password_confirmation?}
  #{rodauth.button(rodauth.change_password_button)}
</form>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rodauth-1.23.0 templates/change-password.str
rodauth-1.22.0 templates/change-password.str
rodauth-1.21.0 templates/change-password.str
rodauth-1.20.0 templates/change-password.str