File: change-login.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 (8 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<form method="post" class="rodauth" role="form" id="change-login-form">
  #{rodauth.change_login_additional_form_tags}
  #{rodauth.csrf_tag}
  #{rodauth.render('login-field')}
  #{rodauth.render('login-confirm-field') if rodauth.require_login_confirmation?}
  #{rodauth.render('password-field') if rodauth.change_login_requires_password?}
  #{rodauth.button(rodauth.change_login_button)}
</form>