Thread: [pgadmin-org/pgadmin4] 85255b: 1) Ensure that the Authentication Source in the dr...

Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: 85255b65b1cba294da7cdded2bf5ea7a49a69954
      https://github.com/pgadmin-org/pgadmin4/commit/85255b65b1cba294da7cdded2bf5ea7a49a69954
  Author: Akshay Joshi <akshay.joshi@enterprisedb.com>
  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
specifiedfor 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