0193 bug codage mdp smtp
This commit is contained in:
parent
a2195dc572
commit
b436b16608
@ -363,7 +363,7 @@
|
|||||||
<?php echo template::password('configSmtpPassword', [
|
<?php echo template::password('configSmtpPassword', [
|
||||||
'label' => 'Mot de passe',
|
'label' => 'Mot de passe',
|
||||||
'autocomplete' => 'off',
|
'autocomplete' => 'off',
|
||||||
'value' => $this->getData(['config','smtp','password'])
|
'value' => helper::decrypt ($this->getData(['config', 'smtp','username' ]),$this->getData(['config','smtp','password']))
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col2">
|
<div class="col2">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user