pgAdmin 4 commit: Fixed an issue where the user unable to login with OA

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where the user unable to login with OA
Дата
Msg-id E1m1tI7-0005Re-Jh@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where the user unable to login with OAuth2 when LDAP & OAuth2 configured as login sources. Fixes #6594

Branch
------
master

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

Modified Files
--------------
web/pgadmin/authenticate/__init__.py | 11 ++++++++---
web/pgadmin/authenticate/oauth2.py   |  6 ++++--
2 files changed, 12 insertions(+), 5 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Rahul Shirsat
Дата:
Сообщение: [pgAdmin][RM6587] [React] Port FTS Template, FTS Parsers nodes to react
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM #6594 - Unable to login with OAuth2 when LDAP & OAuth2 configured as login sources