From 9a044d166536fda68ebd8d07c910eb1cae5916ac Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 Apr 2007 23:07:32 +0000 Subject: [PATCH] =?UTF-8?q?Modification=20de=20la=20gestion=20des=20mots?= =?UTF-8?q?=20de=20passe=20crypt=E9=20pour=20faciliter=20les=20evolutions?= =?UTF-8?q?=20et=20interactions=20avec=20plugins.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/security.php | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/htdocs/admin/security.php b/htdocs/admin/security.php index f937682a2b7..81803e3b570 100644 --- a/htdocs/admin/security.php +++ b/htdocs/admin/security.php @@ -185,16 +185,11 @@ print ''; /* * \TODO -* Fonctionnalité désactivée car à revoir différemment sous peine -* de ne pouvoir gérer son propre module de cryptage ni aucune interface -* avec une base extérieure. Les modifs à faire sont : * -* Ajouter options: -* - "Ne pas conserver mot de passe en clair en base" -* qui désactive le stockage du champ pass (seul le champ pass_crypted est alors stocké) +* Ajouter options qui désactive le stockage du champ pass (seul le champ pass_crypted est alors stocké) * - "Algorithme de cryptage = MD5,..." * - +*/ print '
'; $var=false; @@ -212,7 +207,7 @@ if ($conf->global->DATABASE_PWD_ENCRYPTED == 0 || $allow_disable_encryption) print ''; print ""; -print ''.$langs->trans("EncryptedPasswordInDatabase").''; +print ''.$langs->trans("DoNotStoreClearPassword").''; print ' '; print ''; if($conf->global->DATABASE_PWD_ENCRYPTED == 1) @@ -238,7 +233,6 @@ if($conf->global->DATABASE_PWD_ENCRYPTED == 1 && $allow_disable_encryption) print ""; print ''; -*/ print ''; print '';