pgAdmin 4 commit: Fixed an issue where pgAdmin does not open after pass

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where pgAdmin does not open after pass
Дата
Msg-id E1lrOTJ-0001Pw-W3@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where pgAdmin does not open after password reset in server mode. Fixes #6513

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_4.rst     | 1 +
web/pgadmin/authenticate/__init__.py | 4 ++--
web/pgadmin/browser/__init__.py      | 4 ++++
3 files changed, 7 insertions(+), 2 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][Patch] - Housekeeping #4622 - Add RE-SQL/MSQL test cases for Tables
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fixed user password-related issues.