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