pgAdmin 4 commit: Ensure that the user should not be able to change the

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that the user should not be able to change the
Date: 2020-04-22 13:17:24
Message-ID: E1jRFFk-0004yp-Eh@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-22 13:18:12 Re: [pgAdmin4][Patch] - RM 3900 - Delete/Drop option is disabled for the constraints
Previous Message Sean Dowd 2020-04-22 13:10:31 Can't save data after edit in View/Edit Data mode