add USERNAME replacer to all email templates; fixes #1032
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user