pgAdmin 4 commit: Don't login the user with every request in desktop mo

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't login the user with every request in desktop mo
Date: 2017-11-30 12:02:45
Message-ID: E1eKNYD-0003Q2-7k@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Don't login the user with every request in desktop mode. Just do it once. Fixes #2922

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f3256aef712faee6744c404415ff9afc8c248490
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/__init__.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-30 12:02:58 Re: [pgAdmin4][RM2922] Login desktop user only once in runtime
Previous Message Harshal Dhumal 2017-11-30 11:39:35 Re: [pgAdmin4][RM2892] Handle password changes properly if error occurs during sending email