Sha256: 41d7faeada2eca5d369f29fec9f580f0b54e52d789a532a7ba3e4254837a5d99

Contents?: true

Size: 471 Bytes

Versions: 7

Compression:

Stored size: 471 Bytes

Contents

<form method="post" class="rodauth form-horizontal" role="form" id="reset-password-form">
  #{rodauth.reset_password_additional_form_tags}
  <input type="hidden" name="#{rodauth.reset_password_key_param}" value="#{h request[rodauth.reset_password_key_param]}" />
  #{rodauth.csrf_tag}
  #{rodauth.render('password-field')}
  #{rodauth.render('password-confirm-field') if rodauth.require_password_confirmation?}
  #{rodauth.button(rodauth.reset_password_button)}
</form>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rodauth-1.6.0 templates/reset-password.str
rodauth-1.5.0 templates/reset-password.str
rodauth-1.4.0 templates/reset-password.str
rodauth-1.3.0 templates/reset-password.str
rodauth-1.2.0 templates/reset-password.str
rodauth-1.1.0 templates/reset-password.str
rodauth-1.0.0 templates/reset-password.str