Update template var help for new password recovery stuff.

This commit is contained in:
Drake 2006-12-06 21:41:29 +00:00
parent c7424570ee
commit 632821e40f
2 changed files with 85 additions and 25 deletions

View file

@ -111,6 +111,16 @@ our $I18N = {
lastUpdated => 1071507721
},
'recoverFormUsername' => {
message => q|Username form field for password recovery.|,
lastUpdated => 1165440841,
},
'recoverFormUsernameLabel' => {
message => q|Label for the username form field for password recovery.|,
lastUpdated => 1165440841,
},
'title' => {
message => q|Default page title.|,
lastUpdated => 1164335682,
@ -310,6 +320,26 @@ our $I18N = {
lastUpdated => 1149220395,
},
'recoverFormProfile' => {
message => q|Loop over profile fields necessary for password recovery.|,
lastUpdated => 1165440841,
},
'recoverFormProfile id' => {
message => q|The ID of the profile field.|,
lastUpdated => 1165440841,
},
'recoverFormProfile formElement' => {
message => q|A form element for the profile field.|,
lastUpdated => 1165440841,
},
'recoverFormProfile label' => {
message => q|The label for the profile field.|,
lastUpdated => 1165440841,
},
'recovery template body' => {
message => q|<p>The following template variables are available for WebGUI Authentication Password Recovery templates.</p>
|,