From b436b16608cbfde798ce1ea6ebdbc220f57230ff Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 16 May 2020 08:46:56 +0200 Subject: [PATCH] 0193 bug codage mdp smtp --- core/module/config/view/index/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])) ]); ?>