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 1rGCgk-00ED8y-JI for pgadmin-hackers@arkaria.postgresql.org; Thu, 21 Dec 2023 06:37:46 +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 1rGCgj-004MVH-53 for pgadmin-hackers@arkaria.postgresql.org; Thu, 21 Dec 2023 06:37:45 +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 1rGCgi-004MV6-SF for pgadmin-hackers@lists.postgresql.org; Thu, 21 Dec 2023 06:37:44 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rGCgg-00D80D-1S for pgadmin-hackers@lists.postgresql.org; Thu, 21 Dec 2023 06:37:44 +0000 Received: from github.com (hubbernetes-node-1e9fb9c.va3-iad.github.net [10.48.151.33]) by smtp.github.com (Postfix) with ESMTPA id CAE55E096D for ; Wed, 20 Dec 2023 22:37:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703140659; bh=YxL4I74vddS4Wxd8CXBSaaoNTUam+BGVOdhoPtCpnr4=; h=Date:From:To:Subject:From; b=cWCSYJP8LSSPS/7QPVRCXmZoaFYlTR7MPiSsM15GLdv/WVaB6/zj6zRjYdb7/Qs76 hMrlym8iERGkfmhQ/RJdEljX6Mj/CX1uDaB8/gtWdejr3E76TZfAGwGBQnKseBNBeK F2vmks6GmZD+N4D4KOMp+1Hxz3lBdhN9WWWQmfTo= Date: Wed, 20 Dec 2023 22:37:39 -0800 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 0d287d: Administer pgAdmin Users and Preferences Using the... 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: 0d287df6ddc3021d692ae741fb8c8d78a059f213 https://github.com/pgadmin-org/pgadmin4/commit/0d287df6ddc3021d692ae741fb8c8d78a059f213 Author: Khushboo Vashi Date: 2023-12-21 (Thu, 21 Dec 2023) Changed paths: M docs/en_US/import_export_servers.rst M docs/en_US/preferences.rst M docs/en_US/user_management.rst M pkg/docker/entrypoint.sh M pkg/linux/setup-web.sh M pkg/pip/setup_pip.py M requirements.txt M web/pgAdmin4.py M web/pgadmin/__init__.py M web/pgadmin/browser/server_groups/__init__.py M web/pgadmin/preferences/__init__.py M web/pgadmin/preferences/static/js/components/PreferencesComponent.jsx M web/pgadmin/setup/tests/test_export_import_servers.py M web/pgadmin/static/js/SchemaView/FormView.jsx M web/pgadmin/static/js/SchemaView/MappedControl.jsx M web/pgadmin/static/js/components/KeyboardShortcuts.jsx M web/pgadmin/tools/user_management/__init__.py M web/pgadmin/utils/__init__.py M web/pgadmin/utils/csrf.py M web/pgadmin/utils/preferences.py M web/regression/javascript/components/KeyboardShortcuts.spec.js M web/regression/runtests.py M web/setup.py Log Message: ----------- Administer pgAdmin Users and Preferences Using the Command Line Interface (CLI). #2483