Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 0d287df6ddc3021d692ae741fb8c8d78a059f213 https://github.com/pgadmin-org/pgadmin4/commit/0d287df6ddc3021d692ae741fb8c8d78a059f213 Author: Khushboo Vashi <khushboo.va...@enterprisedb.com> 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