% layout 'standard', title => 'Forgot Password', sb_active => 'forgot';

Reset Password

If you have forgotten the password for your account, please enter the email address below and you will get a link to reset your password.

% if ( $c->stash->{success} ) { % } % if ( $c->stash->{errors} ) { % }
<%= include '_base/form/input', type => 'email', name => 'email', title => 'Email Address', help => '', value => $c->stash->{form_email} %>