diff --git a/core/module/config/view/index/index.php b/core/module/config/view/index/index.php index 650ce690..b9f582a2 100755 --- a/core/module/config/view/index/index.php +++ b/core/module/config/view/index/index.php @@ -363,7 +363,7 @@ 'Mot de passe', 'autocomplete' => 'off', - 'value' => $this->getData(['config','smtp','password']) + 'value' => helper::decrypt ($this->getData(['config', 'smtp','username' ]),$this->getData(['config','smtp','password'])) ]); ?>