Make the password recovery email templatable. Includes i18n, help docs, upgrade sub, template package and code. Fixes bug #11918.
This commit is contained in:
parent
859076fda8
commit
f159fab19b
6 changed files with 65 additions and 3 deletions
|
|
@ -129,6 +129,16 @@ our $HELP = {
|
|||
related => []
|
||||
},
|
||||
|
||||
'webgui authentication password recovery email template' => {
|
||||
title => 'recovery email template title',
|
||||
body => '',
|
||||
variables => [
|
||||
{ 'name' => 'recoverPasswordUrl', },
|
||||
],
|
||||
fields => [],
|
||||
related => []
|
||||
},
|
||||
|
||||
'webgui authentication password expiration template' => {
|
||||
title => 'expired template title',
|
||||
body => '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue