Fixed an issue where a warning is flashed every time for an email address when authentication sources are internal and ldap. Fixes #6999
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b539637426c7eac6bbc1be6a4e1d04da4caaba62 Author: Yogesh Mahajan <yogesh.maha...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_6_6.rst | 1 + web/pgadmin/authenticate/__init__.py | 6 +++++- web/pgadmin/authenticate/internal.py | 12 ++++++------ web/pgadmin/authenticate/kerberos.py | 2 +- web/pgadmin/authenticate/oauth2.py | 2 +- web/pgadmin/authenticate/webserver.py | 2 +- 6 files changed, 15 insertions(+), 10 deletions(-)