backporting template email password recovery fix

This commit is contained in:
Colin Kuskie 2008-11-20 21:55:00 +00:00
parent 1573fba55e
commit d98afcc7af
5 changed files with 265 additions and 150 deletions

View file

@ -72,7 +72,8 @@ our $HELP = {
title => 'recovery template title',
body => '',
variables => [
{ 'name' => 'title', },
{ 'name' => 'title', },
{ 'name' => 'subtitle', },
{ 'name' => 'recoverFormHeader',
'description' => 'recover.form.header',
},