File: recovery-auth.str

package info (click to toggle)
ruby-rodauth 2.42.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 812 kB
  • sloc: ruby: 7,524; javascript: 100; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
<form method="post" class="rodauth" role="form" id="recovery-auth-form">
  #{rodauth.recovery_auth_additional_form_tags}
  #{rodauth.csrf_tag}
  <div class="form-group mb-3">
    <label for="recovery-code" class="form-label">#{rodauth.recovery_codes_label}#{rodauth.input_field_label_suffix}</label>
    #{rodauth.input_field_string(rodauth.recovery_codes_param, 'recovery-code', :value => '', :autocomplete=>'off')}
  </div>
  #{rodauth.button(rodauth.recovery_auth_button)}
</form>