diff --git a/config/unicaen-auth.local.php.dist b/config/unicaen-auth.local.php.dist
index dc5c1f35d6610208b57e6373851443e74e6c7588..256908527377a58a1cedc92aa6f130856dae4ca8 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',
 );
 
 /**