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

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 pgAdmin does not open after pass
Date: 2021-06-10 17:28:01
Message-ID: E1lrOTJ-0001Pw-W3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-06-10 17:28:02 pgAdmin 4 commit: Fixed user password-related issues.
Previous Message Akshay Joshi 2021-06-10 17:20:27 Re: [pgAdmin][Patch] - Housekeeping #4622 - Add RE-SQL/MSQL test cases for Tables