From f357ccb121919109c71ae560ec2e7cd34df1b4a5 Mon Sep 17 00:00:00 2001 From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr> Date: Mon, 22 Apr 2013 12:40:55 +0000 Subject: [PATCH] =?UTF-8?q?D=C3=A9sactivation=20du=20mot=20de=20passe=20s?= =?UTF-8?q?=C3=A9same=20dans=20la=20config=20locale=20par=20d=C3=A9faut.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/unicaen-auth.local.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/unicaen-auth.local.php.dist b/config/unicaen-auth.local.php.dist index dc5c1f3..2569085 100644 --- a/config/unicaen-auth.local.php.dist +++ b/config/unicaen-auth.local.php.dist @@ -29,7 +29,7 @@ $settings = array( * $bcrypt = new \Zend\Crypt\Password\Bcrypt(); * echo $bcrypt->create('votreMotDePasseSesame'); */ - 'sesame_password' => '$2y$14$jbCVltklcys8TQj3hu30.OcKMi7rtUgmu3eo/nxMXynYvcZ5iHF8q', +// 'sesame_password' => '$2y$14$jbCVltklcys8TQj3hu30.OcKMi7rtUgmu3eo/nxMXynYvcZ5iHF8q', ); /** -- GitLab