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 1qfzyX-00E37W-NK for pgadmin-hackers@arkaria.postgresql.org; Tue, 12 Sep 2023 09:46:29 +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 1qfzyW-007QzB-J8 for pgadmin-hackers@arkaria.postgresql.org; Tue, 12 Sep 2023 09:46:28 +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 1qfzyW-007Qyr-9f for pgadmin-hackers@lists.postgresql.org; Tue, 12 Sep 2023 09:46:28 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qfzyR-004czn-R6 for pgadmin-hackers@lists.postgresql.org; Tue, 12 Sep 2023 09:46:27 +0000 Received: from github.com (hubbernetes-node-57c7c0d.ash1-iad.github.net [10.56.154.32]) by smtp.github.com (Postfix) with ESMTPA id 0CA59600B80 for ; Tue, 12 Sep 2023 02:46:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1694511982; bh=S0DXk+EeB5z+yUQt+C2akzQ9bK1Llb29KGN9LttBmkI=; h=Date:From:To:Subject:From; b=Iyez+9hZj+T95Ta+jBMDisx2mlEq8FY1lwRIjR3wAfIVPiUjtwmavtbsF60XV4qpG rWmL/WjTVk8VjVT6q/yEFSmb8CXDl09BCmnGkQCmtrc6pRcf42euQIfnVslFLUm8ug xe1AIqwQWAxKL25zL/JY1wJcaslw7UaZlcmBH74g= Date: Tue, 12 Sep 2023 02:46:22 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 2f5fb6: Fix an issue where user is not able to change the ... 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: 2f5fb6a9969a1b05104e45db60944586853614af https://github.com/pgadmin-org/pgadmin4/commit/2f5fb6a9969a1b05104e45db60944586853614af Author: Aditya Toshniwal Date: 2023-09-12 (Tue, 12 Sep 2023) Changed paths: M web/pgadmin/browser/__init__.py Log Message: ----------- Fix an issue where user is not able to change the password when SMTP is not configured. #6274. Fix an issue where changing the password shows success but the new password is not working. #6730.