pgAdmin 4 commit: Fixed post-login redirect location when running in se

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed post-login redirect location when running in se
Date: 2020-05-04 14:00:48
Message-ID: E1jVbeK-0005tX-V1@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed post-login redirect location when running in server mode under a non-default root. Fixes #5473

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=370094274c8cfe98c4744e99b00236263a4c4db5
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-05-04 14:28:46 pgAdmin 4 commit: Refactor pgAdmin4.py so it can be imported and is a l
Previous Message Dave Page 2020-05-04 13:58:52 pgAdmin 4 commit: Remove support for Python 2. Fixes #5443