File: otp-unlock.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 (11 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<form method="post" class="rodauth" role="form" id="otp-unlock-form">
  #{rodauth.otp_unlock_additional_form_tags}
  #{rodauth.csrf_tag}
  <p>#{rodauth.otp_unlock_consecutive_successes_label}: #{rodauth.otp_unlock_num_successes}</p>
  <p>#{rodauth.otp_unlock_required_consecutive_successes_label}: #{rodauth.otp_unlock_auths_required}</p>
  <p>#{rodauth.otp_unlock_next_auth_deadline_label}: #{rodauth.otp_unlock_deadline.strftime(rodauth.strftime_format)}</p>
  #{rodauth.render('otp-auth-code-field')}
  #{rodauth.button(rodauth.otp_unlock_button)}
</form>

#{rodauth.otp_unlock_form_footer}