pgAdmin 4 commit: Fixed an issue where a warning is flashed every time - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where a warning is flashed every time
Date
Msg-id E1nKFJG-00069x-Rk@gothos.postgresql.org
Whole thread Raw
List 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.mahajan@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(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: [pgAdmin][Patch] Bug #6999 - A valid username that is not an email address will always flash warning "Email/Username is not valid"
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][Patch] Bug #6999 - A valid username that is not an email address will always flash warning "Email/Username is not valid"