Sha256: 396400117c43e545017071f7a6f3fa0ae09f3b3706c589a26f8d6ed0c475e4ca

Contents?: true

Size: 627 Bytes

Versions: 21

Compression:

Stored size: 627 Bytes

Contents

<form method="post" class="rodauth form-horizontal" role="form" id="recovery-auth-form">
  #{rodauth.recovery_auth_additional_form_tags}
  #{rodauth.csrf_tag}
  <div class="form-group">
    <label class="col-sm-2 control-label" for="recovery_code">#{rodauth.recovery_codes_label}</label>
    <div class="col-sm-10">
      <input type="text" class="form-control#{' error' if rodauth.field_error(rodauth.recovery_codes_param)}" name="#{rodauth.recovery_codes_param}" id="recovery_code" value=""/> #{rodauth.field_error(rodauth.recovery_codes_param)}
    </div>
  </div>
  #{rodauth.button(rodauth.recovery_auth_button)}
</form>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
rodauth-1.19.1 templates/recovery-auth.str
rodauth-1.19.0 templates/recovery-auth.str
rodauth-1.18.0 templates/recovery-auth.str
rodauth-1.17.0 templates/recovery-auth.str
rodauth-1.16.0 templates/recovery-auth.str
rodauth-1.15.0 templates/recovery-auth.str
rodauth-1.14.0 templates/recovery-auth.str
rodauth-1.13.0 templates/recovery-auth.str
rodauth-1.12.0 templates/recovery-auth.str
rodauth-1.11.0 templates/recovery-auth.str
rodauth-1.10.0 templates/recovery-auth.str
rodauth-1.9.0 templates/recovery-auth.str
rodauth-1.8.0 templates/recovery-auth.str
rodauth-1.7.0 templates/recovery-auth.str
rodauth-1.6.0 templates/recovery-auth.str
rodauth-1.5.0 templates/recovery-auth.str
rodauth-1.4.0 templates/recovery-auth.str
rodauth-1.3.0 templates/recovery-auth.str
rodauth-1.2.0 templates/recovery-auth.str
rodauth-1.1.0 templates/recovery-auth.str