mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-23 17:34:17 +03:00
Merge remote-tracking branch 'origin/v3.6'
This commit is contained in:
commit
e9e8555f51
@ -157,7 +157,7 @@ class EmailMFA(mfas.MFA):
|
|||||||
label=_('Mail text'),
|
label=_('Mail text'),
|
||||||
order=33,
|
order=33,
|
||||||
multiline=4,
|
multiline=4,
|
||||||
tooltip=_('Text of the email. If empty, a default text will be used') + '\n' + _('Allowed variables are: {code}, {username}, {ip}'),
|
tooltip=_('Text of the email. If empty, a default text will be used') + '\n' + _('Allowed variables are: ') + '{code}, {username}, {justUsername}. {ip}',
|
||||||
required=True,
|
required=True,
|
||||||
defvalue='',
|
defvalue='',
|
||||||
tab=_('Config'),
|
tab=_('Config'),
|
||||||
@ -168,7 +168,7 @@ class EmailMFA(mfas.MFA):
|
|||||||
label=_('Mail HTML'),
|
label=_('Mail HTML'),
|
||||||
order=34,
|
order=34,
|
||||||
multiline=4,
|
multiline=4,
|
||||||
tooltip=_('HTML of the email. If empty, a default HTML will be used')+ '\n' + _('Allowed variables are: {code}, {username}, {ip}'),
|
tooltip=_('HTML of the email. If empty, a default HTML will be used')+ '\n' + _('Allowed variables are: ') + '{code}, {username}, {justUsername}, {ip}',
|
||||||
required=False,
|
required=False,
|
||||||
defvalue='',
|
defvalue='',
|
||||||
tab=_('Config'),
|
tab=_('Config'),
|
||||||
|
Loading…
Reference in New Issue
Block a user