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 1qZP4J-005AWc-MU for pgadmin-hackers@arkaria.postgresql.org; Fri, 25 Aug 2023 05:09:11 +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 1qZP4H-00H1EH-AC for pgadmin-hackers@arkaria.postgresql.org; Fri, 25 Aug 2023 05:09:09 +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 1qZP4G-00H1DK-8K for pgadmin-hackers@lists.postgresql.org; Fri, 25 Aug 2023 05:09:08 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qZP4D-000pkT-3D for pgadmin-hackers@lists.postgresql.org; Fri, 25 Aug 2023 05:09:06 +0000 Received: from github.com (hubbernetes-node-9d050e4.ash1-iad.github.net [10.56.143.35]) by smtp.github.com (Postfix) with ESMTPA id 7D40C3404BA for ; Thu, 24 Aug 2023 22:09:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1692940143; bh=jwGG2OoNmEWe4FDvNQfNCWAtJruBOW2hL19dXl01Gf8=; h=Date:From:To:Subject:From; b=Xghdd9qVJWZoKgXMZ+75pHfki3Irehvk0qfVVhfcBrNiqqmi0hYcCeKrAa08TBOM4 Z8jYE1wTRVy4S9cSXPhfwy8xquzp+uivMDE0EuRekv8k+ID/emRVzJFjKHjIhs3t59 BlGzm4jXtFhhIgx41QSKkVTSHLoFPxHRzvZBdlmo= Date: Thu, 24 Aug 2023 22:09:03 -0700 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] cd613d: Ensure user is redirected to login page after fail... 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: cd613ded0a12f5566e67d29e510515ca2df61c6b https://github.com/pgadmin-org/pgadmin4/commit/cd613ded0a12f5566e67d29e510515ca2df61c6b Author: Yogesh Mahajan Date: 2023-08-25 (Fri, 25 Aug 2023) Changed paths: M web/pgadmin/authenticate/__init__.py M web/pgadmin/authenticate/oauth2.py M web/pgadmin/utils/__init__.py Log Message: ----------- Ensure user is redirected to login page after failed login. #6704