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 1r0yez-008i8I-9h for pgadmin-hackers@arkaria.postgresql.org; Thu, 09 Nov 2023 06:37:01 +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 1r0yex-00BjzM-TL for pgadmin-hackers@arkaria.postgresql.org; Thu, 09 Nov 2023 06:36:59 +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 1r0yex-00Bjym-Lk for pgadmin-hackers@lists.postgresql.org; Thu, 09 Nov 2023 06:36:59 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r0yeu-005UDu-TG for pgadmin-hackers@lists.postgresql.org; Thu, 09 Nov 2023 06:36:58 +0000 Received: from github.com (hubbernetes-node-563cb2f.ac4-iad.github.net [10.52.147.36]) by smtp.github.com (Postfix) with ESMTPA id DF9701E07A5 for ; Wed, 8 Nov 2023 22:36:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699511814; bh=PAi5e5WALEXmnkm+oFkH7F1LsLuXy+TGCj4B8o7PB/c=; h=Date:From:To:Subject:From; b=KxwYq8Qhqy1j1zHsJ/9G1pdha7sU3Whl2HXKNUWFIFISLqTV2kYrBj3V/mu2Cs3SS EeB0p6ZZAy2j9/6vmMTEd+DK2gQoxeH4vMWTxl8OBS5kPMrY3BsvAUhdZqKnEm1j6J F7T2Qbj0lhG8t8OW9sBn9MuLzcD9xOnHF74o28+g= Date: Wed, 08 Nov 2023 22:36:54 -0800 From: Nikhil Mohite To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] d4b57e: Fixed an issue where the change server password is... 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: d4b57edede81d256632f11d6d380309f1a7092a7 https://github.com/pgadmin-org/pgadmin4/commit/d4b57edede81d256632f11d6d380309f1a7092a7 Author: Nikhil Mohite Date: 2023-11-09 (Thu, 09 Nov 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/__init__.py M web/pgadmin/browser/server_groups/servers/tests/test_password_change.py Log Message: ----------- Fixed an issue where the change server password is not working in desktop mode #6902