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 1qi9kh-005KiW-2q for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Sep 2023 08:37:07 +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 1qi9kf-00GAfF-J1 for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Sep 2023 08:37:05 +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 1qi9kf-00GAet-AQ for pgadmin-hackers@lists.postgresql.org; Mon, 18 Sep 2023 08:37:05 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qi9kY-005rVD-HT for pgadmin-hackers@lists.postgresql.org; Mon, 18 Sep 2023 08:37:04 +0000 Received: from github.com (hubbernetes-node-eb3946a.va3-iad.github.net [10.48.135.45]) by smtp.github.com (Postfix) with ESMTPA id 82D328C0FE3 for ; Mon, 18 Sep 2023 01:36:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1695026216; bh=OZsj9QDFzaOD/qg0+dYo9/EwaRUXXzYExIXJ4HPTcWQ=; h=Date:From:To:Subject:From; b=KdAcAfCDDrJ/d6wV4otilGVDWoNp3EP7c7pLb2nlfrUB3OiMExYXUv1SO7P63NMRF 5p9TlCOS40KCiCrJHQg8svDNygtV9g2GH7mz9b9by40zXzPnS/QaYIkD/prkn09o8G Oc+V1BE4mlN+JNHzsCa5wMBehOnGjJwphm5Ilp4g= Date: Mon, 18 Sep 2023 01:36:56 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 07f18a: Fix an issue where user get logged out if password... 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: 07f18a1b05092e88720feace8fc1191cb27b6c43 https://github.com/pgadmin-org/pgadmin4/commit/07f18a1b05092e88720feace8fc1191cb27b6c43 Author: Aditya Toshniwal Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M web/pgadmin/browser/__init__.py Log Message: ----------- Fix an issue where user get logged out if password in changed. #6274