0193 bug codage mdp smtp

This commit is contained in:
Fred Tempez 2020-05-16 08:46:56 +02:00
parent a2195dc572
commit b436b16608
1 changed files with 1 additions and 1 deletions

View File

@ -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">