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 1ua1Ze-00DN9Q-HN for pgadmin-support@arkaria.postgresql.org; Fri, 11 Jul 2025 00:25:10 +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 1ua1Zc-000ibD-9L for pgadmin-support@arkaria.postgresql.org; Fri, 11 Jul 2025 00:25:08 +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 1ua1Zc-000ib2-1t for pgadmin-support@lists.postgresql.org; Fri, 11 Jul 2025 00:25:08 +0000 Received: from four.baremetal.com ([67.223.102.125]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ua1ZY-006vkK-1v for pgadmin-support@lists.postgresql.org; Fri, 11 Jul 2025 00:25:06 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=darrenduncan.net; h= message-id:date:mime-version:subject:to:references:from :in-reply-to:content-type:content-transfer-encoding; s= 2024062918; bh=r5xq5/Orqs5zzAzpieI3ZINKFM8=; b=gYi5eRb1fsoq8Q5kN 6zYHWUwbY5BBvBVDnx/ySGAVsm+ALUp40pHPsn2tOXgL7SxJya7cHZTEJrq9Gjfh ShIp6nwOvR450pkqUHdgy9QFyACVCgqxbm5qvOEpsDSeyX8Sgzj5H0lVbjXl3HgF BsLt7Q/B2lDJzkwwGt8D2luhdw= Received: from [192.168.0.14] (107-190-19-247.cpe.teksavvy.com [107.190.19.247]) by four.baremetal.com (8.15.2/8.15.2) with ESMTP id 56B0P0ub370223 for ; Thu, 10 Jul 2025 17:25:01 -0700 Message-ID: Date: Thu, 10 Jul 2025 17:25:00 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: pgAdmin4-9.5 password textbox missing in connection settings To: pgadmin-support@lists.postgresql.org References: Content-Language: en-US From: Darren Duncan In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On a related matter, which I can make a formal feature request ticket for... PgAdmin should have a password manager UI that lets you see/retrieve the saved passwords it uses with remembered servers. A few months ago I ran into a problem where I had temporarily forgotten what the password was for a Postgres user, which I needed to use from a separate client, but PgAdmin seemingly had no built-in way to show the password it remembered. Darren Duncan