pgAdmin 4 commit: Ensure that the user should not be able to change the - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that the user should not be able to change the
Date
Msg-id E1jRFFk-0004yp-Eh@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure that the user should not be able to change the authentication source. Fixes #5419
Ensure error should be handled properly when LDAP user is created with the same name. Fixes #5420
Fixed an issue where an internal user is not created if the authentication source is set to internal and ldap. Fixes
#5432

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b0464500ca78c535a397a007eb628b5530ce3f19
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                  |  5 ++-
web/pgadmin/authenticate/ldap.py                   | 19 +++++----
web/pgadmin/tools/user_management/__init__.py      | 12 +++---
.../user_management/static/js/user_management.js   | 48 +++++++++++++++++-----
4 files changed, 60 insertions(+), 24 deletions(-)


pgadmin-hackers by date:

Previous
From: Sean Dowd
Date:
Subject: Can't save data after edit in View/Edit Data mode
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 3900 - Delete/Drop option is disabled forthe constraints