pgAdmin 4 commit: Fixed an issue where a warning is flashed every time

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where a warning is flashed every time
Date: 2022-02-16 08:05:10
Message-ID: E1nKFJG-00069x-Rk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(dot)mahajan(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-02-16 08:05:28 Re: [pgAdmin][Patch] Bug #6999 - A valid username that is not an email address will always flash warning "Email/Username is not valid"
Previous Message Yogesh Mahajan 2022-02-16 07:25:00 [pgAdmin][Patch] Bug #6999 - A valid username that is not an email address will always flash warning "Email/Username is not valid"