add USERNAME replacer to all email templates; fixes #1032

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-31 10:43:39 +02:00
parent d545e7e09d
commit bbd754c198
5 changed files with 8 additions and 4 deletions

View File

@@ -46,8 +46,7 @@ return [
],
[
'var' => 'USERNAME',
'description' => lng('admin.templates.USERNAME'),
'visible' => $template == 'createcustomer' || $template == 'password_reset'
'description' => lng('admin.templates.USERNAME')
],
[
'var' => 'PASSWORD',