File: reset-password.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 (7 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
<form method="post" class="rodauth" role="form" id="reset-password-form">
  #{rodauth.reset_password_additional_form_tags}
  #{rodauth.csrf_tag}
  #{rodauth.render('password-field')}
  #{rodauth.render('password-confirm-field') if rodauth.require_password_confirmation?}
  #{rodauth.button(rodauth.reset_password_button)}
</form>