making account activation email templatable
This commit is contained in:
parent
7c7db4d688
commit
f14832a583
6 changed files with 61 additions and 5 deletions
|
|
@ -163,6 +163,16 @@ our $HELP = {
|
|||
related => [],
|
||||
},
|
||||
|
||||
'account activation template' => {
|
||||
title => 'account activation template title',
|
||||
body => '',
|
||||
variables => [
|
||||
{ 'name' => 'newUser_username' },
|
||||
{ 'name' => 'activationUrl' },
|
||||
],
|
||||
fields => [],
|
||||
related => []
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue