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 1r66sq-00HDWV-Vg for pgadmin-hackers@arkaria.postgresql.org; Thu, 23 Nov 2023 10:24:32 +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 1r66sp-00HJIG-JF for pgadmin-hackers@arkaria.postgresql.org; Thu, 23 Nov 2023 10:24:31 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r66sp-00HJI1-9X for pgadmin-hackers@lists.postgresql.org; Thu, 23 Nov 2023 10:24:31 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r66sm-006xWl-Gp for pgadmin-hackers@lists.postgresql.org; Thu, 23 Nov 2023 10:24:29 +0000 Received: from github.com (hubbernetes-node-0d987e1.ac4-iad.github.net [10.52.151.33]) by smtp.github.com (Postfix) with ESMTPA id 9C9F75E080C for ; Thu, 23 Nov 2023 02:24:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700735067; bh=W4zczR0LA62pQtYXG9+aVUyI11doUJ2Gaq0ZJGM+1IQ=; h=Date:From:To:Subject:From; b=F2WBCH6B7TfuZ3jZkBwaOPez7hdurKztRj6IByZjPfKsVB3soUWb0RmePkIchpH8e ZYHIyOO70mjBQtVQynXxP0T7wy79/eFn9iE8WefxmWOI2ujy15uSrP4mpTliJoE1i5 /k8iPCRiCfkxCrqfc+ufSwgKhqLj6JdNU1jDLX8w= Date: Thu, 23 Nov 2023 02:24:27 -0800 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e66cb5: Ensure user is not prompted for password if server... 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: e66cb54a5826373d542d17ff02ff147957f48fa3 https://github.com/pgadmin-org/pgadmin4/commit/e66cb54a5826373d542d17ff02ff147957f48fa3 Author: Yogesh Mahajan Date: 2023-11-23 (Thu, 23 Nov 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/__init__.py Log Message: ----------- Ensure user is not prompted for password if server password is saved and server configuration has invalid pgpass file parameter. #6934