From 10918775b3b3b239cd1675d5f4bebd1cff5c32ad Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 13 Oct 2008 23:17:59 +0000 Subject: [PATCH] =?UTF-8?q?TODO:=20Impossibilit=E9=20de=20crypter=20le=20m?= =?UTF-8?q?ot=20de=20passe=20lorsqu'il=20y=20a=20en=20a=20un,=20il=20affic?= =?UTF-8?q?he=20qu'il=20n'y=20en=20a=20pas=20!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/security.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/admin/security.php b/htdocs/admin/security.php index 9f8fa08f69e..ca8c4609f35 100644 --- a/htdocs/admin/security.php +++ b/htdocs/admin/security.php @@ -328,6 +328,7 @@ if (! empty($dolibarr_main_db_encrypted_pass)) print ''; print ''; +// TODO Impossibilité de crypter le mot de passe lorsqu'il y a en a un, il affiche qu'il n'y en a pas !! if (empty($dolibarr_main_db_pass) && empty($dolibarr_main_db_encrypted_pass)) { $langs->load("errors");