forked from ZwiiCMS-Team/ZwiiCMS
smtp password safety
This commit is contained in:
parent
0dd310970f
commit
7eebe5e6ef
@ -97,7 +97,7 @@
|
|||||||
<?php echo template::password('smtpPassword', [
|
<?php echo template::password('smtpPassword', [
|
||||||
'label' => 'Mot de passe',
|
'label' => 'Mot de passe',
|
||||||
'autocomplete' => 'off',
|
'autocomplete' => 'off',
|
||||||
'value' => $this->getData(['config', 'smtp', 'username']) ? helper::decrypt($this->getData(['config', 'smtp', 'username']), $this->getData(['config', 'smtp', 'password'])) : ''
|
'value' => $this->getData(['config', 'smtp', 'password'])
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col2">
|
<div class="col2">
|
||||||
|
Loading…
Reference in New Issue
Block a user