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 1rIo75-00AVRe-P1 for pgadmin-hackers@arkaria.postgresql.org; Thu, 28 Dec 2023 10:59:43 +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 1rIo73-00EyZB-IY for pgadmin-hackers@arkaria.postgresql.org; Thu, 28 Dec 2023 10:59:41 +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 1rIo73-00EyYj-45 for pgadmin-hackers@lists.postgresql.org; Thu, 28 Dec 2023 10:59:41 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rIo6v-00Cabg-Sv for pgadmin-hackers@lists.postgresql.org; Thu, 28 Dec 2023 10:59:39 +0000 Received: from github.com (hubbernetes-node-07d554e.va3-iad.github.net [10.48.145.21]) by smtp.github.com (Postfix) with ESMTPA id C45B78C06EA for ; Thu, 28 Dec 2023 02:59:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703761172; bh=Yp9CZB79OT1CJKE9UC2bXuijel9X0iDdQSEKSUQwMFU=; h=Date:From:To:Subject:From; b=emiIJ9XT8Mv4SVwf9wPynarICZC4wOt5lW6o1DdDHbxxAaxtB1itS2cVk7YXdN51F 1cTUCHQ40jUgYSoZv2PfZGMktL7VOwpUGlKNik4R/EnMnREnqklhB/20BZpQH2SqA7 l6nVbkBL/3koInyFey4wr/L97Y4azyWid9YaJbJs= Date: Thu, 28 Dec 2023 02:59:32 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e837de: Fixed browser autocomplete related issues on pgAdm... 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: e837de5e8f228dfd2e448b41d1fdf66ef0a25da9 https://github.com/pgadmin-org/pgadmin4/commit/e837de5e8f228dfd2e448b41d1fdf66ef0a25da9 Author: Aditya Toshniwal Date: 2023-12-28 (Thu, 28 Dec 2023) Changed paths: M web/pgadmin/static/js/SecurityPages/ForgotPasswordPage.jsx M web/pgadmin/static/js/SecurityPages/LoginPage.jsx M web/pgadmin/static/js/SecurityPages/PasswordResetPage.jsx M web/pgadmin/static/js/components/FormComponents.jsx M web/pgadmin/tools/user_management/static/js/UserManagementDialog.jsx Log Message: ----------- Fixed browser autocomplete related issues on pgAdmin authentication related pages. #7082