Sha256: 16991c3396ac608fa925884b5be95b2e03210baf379f2ac218a3057cbb6cbdc7

Contents?: true

Size: 463 Bytes

Versions: 15

Compression:

Stored size: 463 Bytes

Contents

<form method="post" class="rodauth form-horizontal" role="form" id="create-account-form">
  #{rodauth.create_account_additional_form_tags}
  #{rodauth.csrf_tag}
  #{rodauth.render('login-field')}
  #{rodauth.render('login-confirm-field') if rodauth.require_login_confirmation?}
  #{rodauth.render('password-field')}
  #{rodauth.render('password-confirm-field') if rodauth.require_password_confirmation?}
  #{rodauth.button(rodauth.create_account_button)}
</form>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
rodauth-1.14.0 templates/create-account.str
rodauth-1.13.0 templates/create-account.str
rodauth-1.12.0 templates/create-account.str
rodauth-1.11.0 templates/create-account.str
rodauth-1.10.0 templates/create-account.str
rodauth-1.9.0 templates/create-account.str
rodauth-1.8.0 templates/create-account.str
rodauth-1.7.0 templates/create-account.str
rodauth-1.6.0 templates/create-account.str
rodauth-1.5.0 templates/create-account.str
rodauth-1.4.0 templates/create-account.str
rodauth-1.3.0 templates/create-account.str
rodauth-1.2.0 templates/create-account.str
rodauth-1.1.0 templates/create-account.str
rodauth-1.0.0 templates/create-account.str