Sha256: 4bbdfb20f58d67d2e99afa6258735a1043b89a540569a53de25130e87fc7bd4d
Contents?: true
Size: 588 Bytes
Versions: 3
Compression:
Stored size: 588 Bytes
Contents
<form action="#{rodauth.prefix}/#{rodauth.reset_password_request_route}" method="post" class="rodauth form-horizontal" role="form" id="reset-password-request-form"> #{rodauth.reset_password_request_additional_form_tags} #{rodauth.csrf_tag("#{rodauth.prefix}/#{rodauth.reset_password_request_route}")} #{rodauth.reset_password_explanatory_text} #{(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.reset_password_request_button)} </form>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rodauth-1.22.0 | templates/reset-password-request.str |
rodauth-1.21.0 | templates/reset-password-request.str |
rodauth-1.20.0 | templates/reset-password-request.str |