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 1qsfJ9-008rF2-IA for pgadmin-hackers@arkaria.postgresql.org; Tue, 17 Oct 2023 08:20: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 1qsfJ7-007YAI-Ih for pgadmin-hackers@arkaria.postgresql.org; Tue, 17 Oct 2023 08:20:06 +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 1qsfJ7-007YA2-8D for pgadmin-hackers@lists.postgresql.org; Tue, 17 Oct 2023 08:20:05 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qsfJ5-000syf-Fm for pgadmin-hackers@lists.postgresql.org; Tue, 17 Oct 2023 08:20:04 +0000 Received: from github.com (hubbernetes-node-4cc89c0.ac4-iad.github.net [10.52.139.29]) by smtp.github.com (Postfix) with ESMTPA id 4565A7011F8 for ; Tue, 17 Oct 2023 01:20:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697530802; bh=XFVQKpBino12R3KY0jnuQRF/O/BG5bD05/CY0g39g1Q=; h=Date:From:To:Subject:From; b=HVBg7v8n5nwd9uf4ClWdXYfsD8OD6t1BiYcZzwfGlUajH5nJfWBN4lYMS4fwKY7Qm yIGNqHsYbt0q73aLyBhJYtn6khdhET2BffJKtf1gkWQFTWv+/SQo9Ut2fJXTkKQAFi T/1iaQGxYcT6DBCqnN97gUuqx2949/EFcJTzv5Aw= Date: Tue, 17 Oct 2023 01:20:02 -0700 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] b4b2a4: Fix an issue where user login is not working if us... 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: b4b2a4ff677b2d1ae30383ab010ad8b46f6bb122 https://github.com/pgadmin-org/pgadmin4/commit/b4b2a4ff677b2d1ae30383ab010ad8b46f6bb122 Author: Khushboo Vashi Date: 2023-10-17 (Tue, 17 Oct 2023) Changed paths: M docs/en_US/release_notes_7_8.rst M web/pgadmin/browser/__init__.py M web/pgadmin/tools/user_management/__init__.py Log Message: ----------- Fix an issue where user login is not working if username/email contains single quote in server mode. #6865