% layout 'standard', title => 'Profile', sb_active => 'profile';

Change your name or email

%= include '_base/status_window';
<%= include '_base/form/input', type => 'text', name => 'name', title => 'Your name', help => '', value => $c->stash->{form}->{name}, %> <%= include '_base/form/input', type => 'email', name => 'email', title => 'Email Address', help => '', value => $c->stash->{form}->{email}, %> <%= include '_base/form/input', type => 'password', name => 'password', title => 'Your password (required for these changes)', help => '', value => $c->stash->{form}->{password} %>