Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r0zWs-008mdg-QF for pgadmin-hackers@arkaria.postgresql.org; Thu, 09 Nov 2023 07:32:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r0zWr-00CAzK-Eo for pgadmin-hackers@arkaria.postgresql.org; Thu, 09 Nov 2023 07:32:41 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r0zWr-00CAzC-5f for pgadmin-hackers@lists.postgresql.org; Thu, 09 Nov 2023 07:32:41 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r0zWk-005Ufv-5X for pgadmin-hackers@lists.postgresql.org; Thu, 09 Nov 2023 07:32:40 +0000 Received: from github.com (hubbernetes-node-644aeef.ac4-iad.github.net [10.52.133.34]) by smtp.github.com (Postfix) with ESMTPA id 6D5267008D7 for ; Wed, 8 Nov 2023 23:32:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699515152; bh=8Aweaqnrse94cVttWo+ysoQex5fa83+8s9G85qNsJNQ=; h=Date:From:To:Subject:From; b=bt/Ur+agd7HpOYjb7xylPuAJM1mmOEzzioCLkmfF6Qg9xhjjF63zM9VJ7kiADhIKP 62HeS/R/9x/qrQ1PhBZuUcNvrAhUKRum0TqRoyBYTbQRZHHyr9kezZZ5dEiBj6MyFe h/LxV4Y3SdSUemhqY9RhA6tGyEykIQKmJ5h1nnog= Date: Wed, 08 Nov 2023 23:32:32 -0800 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 370cb6: Clear the password field in the config database on... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 370cb611d791e9c1c9f7e87adfb48b47b2e3262b https://github.com/pgadmin-org/pgadmin4/commit/370cb611d791e9c1c9f7e87adfb48b47b2e3262b Author: Yogesh Mahajan Date: 2023-11-09 (Thu, 09 Nov 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/__init__.py Log Message: ----------- Clear the password field in the config database on clear saved server password. #6934