From d31cf95fe2ab7fe5090b770547c53e920983fbb0 Mon Sep 17 00:00:00 2001 From: Bastien Lacoste Date: Fri, 1 Apr 2022 15:06:10 +0200 Subject: [PATCH] redact invalid passwords --- config/roundcube/config.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/roundcube/config.inc.php b/config/roundcube/config.inc.php index f08deb8..5f59a31 100644 --- a/config/roundcube/config.inc.php +++ b/config/roundcube/config.inc.php @@ -15,7 +15,7 @@ // for Mysql: key, cipher, cert, capath, ca, verify_server_cert, // for Postgres: application_name, sslmode, sslcert, sslkey, sslrootcert, sslcrl, sslcompression, service. // e.g. 'mysql://roundcube:@localhost/roundcubemail?verify_server_cert=false' -$config['db_dsnw'] = 'pgsql://roundcube:yzY%24gJ8%24e9%265njTQPZ8B@localhost/roundcube'; +$config['db_dsnw'] = 'pgsql://roundcube:@localhost/roundcube'; // ---------------------------------- // LOGGING/DEBUGGING @@ -106,7 +106,7 @@ $config['ip_check'] = true; // in the session. For historical reasons it's called DES_key, but it's used // with any configured cipher_method (see below). // For the default cipher_method a required key length is 24 characters. -$config['des_key'] = 'GAVmASV5xdwSdt83cYVquyeo'; +$config['des_key'] = ''; // Name your service. This is displayed on the login screen and in the window title $config['product_name'] = 'Webmail des membres de Libre en Communs';