Sha256: a7b953199bc527d8ea739c3a3382519b99f3253338f3b06c2423c175a99bf401
Contents?: true
Size: 584 Bytes
Versions: 1
Compression:
Stored size: 584 Bytes
Contents
<form action="#{rodauth.prefix}/#{rodauth.verify_account_resend_route}" method="post" class="rodauth form-horizontal" role="form" id="verify-account-resend-form"> #{rodauth.verify_account_resend_additional_form_tags} #{rodauth.csrf_tag} <p>If you no longer have the email to verify the account, you can request that it be resent to you:</p> #{(login = rodauth.param_or_nil(rodauth.login_param)) ? "<input type=\"hidden\" name=\"#{rodauth.login_param}\" value=\"#{h login}\"/>" : rodauth.render('login-field')} #{rodauth.button(rodauth.verify_account_resend_button)} </form>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rodauth-1.16.0 | templates/verify-account-resend.str |