making account activation email templatable

This commit is contained in:
Yung Han Khoe 2009-03-18 20:25:01 +00:00
parent 7c7db4d688
commit f14832a583
6 changed files with 61 additions and 5 deletions

View file

@ -62,6 +62,29 @@ our $I18N = {
lastUpdated => 1227210876,
},
'account activation template title' => {
message => q|WebGUI Authentication Account Activation Mail Template|,
lastUpdated => 1230600500,
context => q|The title of the help page for the webgui auth welcome message template.|,
},
'account activation template' => {
message => q|Account Activation Mail Template|,
lastUpdated => 1230600500,
context => q|The label for the 'account activation template' field on the Authentication tab of the Settings screen.|,
},
'account activation template help' => {
message => q|Select a template for the account activation mail that is sent to new users.|,
lastUpdated => 1230600500,
context => q|The description of the 'account activation template' field on the Authentication tab of the Settings screen, displayed as hoverhelp.|,
},
'activationUrl' => {
message => q|The url to activate the newly created account.|,
lastUpdated => 1230600500,
},
'use captcha' => {
message => q|Use captcha image?|,
lastUpdated => 1078852836