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 1r7XHE-005k9Y-Js for pgadmin-hackers@arkaria.postgresql.org; Mon, 27 Nov 2023 08:47:36 +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 1r7XHD-00Bcbz-8T for pgadmin-hackers@arkaria.postgresql.org; Mon, 27 Nov 2023 08:47:35 +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 1r7XHC-00Bcbr-Um for pgadmin-hackers@lists.postgresql.org; Mon, 27 Nov 2023 08:47:35 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7XH9-007ZWU-RE for pgadmin-hackers@lists.postgresql.org; Mon, 27 Nov 2023 08:47:33 +0000 Received: from github.com (hubbernetes-node-d5906f5.va3-iad.github.net [10.48.138.41]) by smtp.github.com (Postfix) with ESMTPA id A90C2E1046 for ; Mon, 27 Nov 2023 00:47:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701074850; bh=lxYq74NYB/CVk61Os7g0pwBlFaIky+u0Sd5BeStzArc=; h=Date:From:To:Subject:From; b=gP30WW5NjAcYoZdY2k3n8NV2ESaQO2RurJ5hpvesMq0Q4wsvN0yhgOjXuBWtguHhN mbByWzWKu0qWZlT3bJRve9NaxYgAcsTmx7k9nOQe6FnJ6u2hWsvBNUoMgASy7eMf9t 7S3eCm1IkIfro2y43fenz6bhjkPjn8vX2PNmE7iQ= Date: Mon, 27 Nov 2023 00:47:30 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 85255b: 1) Ensure that the Authentication Source in the dr... 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: 85255b65b1cba294da7cdded2bf5ea7a49a69954 https://github.com/pgadmin-org/pgadmin4/commit/85255b65b1cba294da7cdded2bf5ea7a49a69954 Author: Akshay Joshi Date: 2023-11-27 (Mon, 27 Nov 2023) Changed paths: M docs/en_US/release_notes_8_1.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/indexes/sql/default/coll_stats.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/tables/sql/default/coll_table_stats.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/views/templates/mviews/pg/default/sql/coll_mview_stats.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/views/templates/mviews/ppas/default/sql/coll_mview_stats.sql M web/pgadmin/browser/server_groups/servers/databases/templates/databases/sql/default/stats.sql M web/pgadmin/tools/user_management/static/js/UserManagementDialog.jsx M web/pgadmin/tools/user_management/static/js/user_management.js Log Message: ----------- 1) Ensure that the Authentication Source in the drop-down of the UserManagement dialog aligns with the entries specified for AUTHENTICATION_SOURCES in the configuration file. #6950 2) Fixed an issue where the pgAdmin page went blank when clicking the delete button in the User Management dialog. #6989