Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hcrSM-0001EH-5O for pgadmin-hackers@arkaria.postgresql.org; Mon, 17 Jun 2019 13:13:54 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hcrSL-00048S-0c for pgadmin-hackers@arkaria.postgresql.org; Mon, 17 Jun 2019 13:13:53 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hcrSJ-00048L-VV for pgadmin-hackers@lists.postgresql.org; Mon, 17 Jun 2019 13:13:52 +0000 Received: from mail-io1-xd42.google.com ([2607:f8b0:4864:20::d42]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hcrSH-0003FA-1v for pgadmin-hackers@postgresql.org; Mon, 17 Jun 2019 13:13:50 +0000 Received: by mail-io1-xd42.google.com with SMTP id h6so21058583ioh.3 for ; Mon, 17 Jun 2019 06:13:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=u/VFyZLnIp2TafslNyhwC3LgM/1R0cDZd3IFPGOVXzg=; b=JAb0jUQ8fZcdAvvbwryfKB9agmIvSqol1xiLtiJvIwsAZNExyn8f+4fEh7ea6GDtEK o44wXEUdBjdkj/Zh73qXauQbH0aAJ0j8bAITtNarGxG3/fqT+hziz18JYQ9s01wVTWei RXTfIZCUXqpsFvO/8ot/V03Ke2l2nCxZw1eO2mIDKCs/2vN2nkOgPyktgAkkB2KK3r8g 45hyJS33Q9B4/BRrA1nD9nFxKo0SNhuAKu8eQJ+w2Dm8Ddcjyiahc7qgTMgxR+E44i+7 hfd1PXhRHVXmp7n2y0POH+TjcYY8/0a1sbZAt2i75/tEC2pBSEcXKfJKz1O5BGQ3ZfkK 0Jog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=u/VFyZLnIp2TafslNyhwC3LgM/1R0cDZd3IFPGOVXzg=; b=i+FoeJ2VG+zQuCAuvKXiNKQoPDvEa0FE2yg1X9uptkd7OFC58zeY/rcJfZ5kssA7tu 3cjM8p0L8FDxr+S+JjCfFJvncaew1lPxflfgouqD++iHbBkHT2EWq8icSzDr6Me53Z0g maKWv0KUnYUQ87yENPlKnTFF+iHGJujiTT7htZRVmV9TFF2O+42glxPGkR8AUItWPzqP qpfWEXvb8FsEB/ioJNHJyUX9E8LgNDTWpMv0GpIbEjUH1tkigyPERuY8AgRS0yyNqVuD zXkIzxgOJGkPUbcA8LMb2pPKIdCaTWXycZgUpLg+7wEGouLI3uwqpApXm4xfmndmBZzI G34g== X-Gm-Message-State: APjAAAVhH7BfGP1XKkLSYk9ffmiKOw1lJLcrQ+PmO3aLMkgarOkY72ZA b34rP3Eglvb+XIvb1lVAeop0IAPuHjojuJZfEo3dbA== X-Google-Smtp-Source: APXvYqxcvYiMxiNmALI6cKvyDw0y/b9XggVdPG7IpfPJSX478+8ueZ2f9e+ErGbw8mQ3h7o+jPpb6Rv2j1IaioB9qPE= X-Received: by 2002:a5e:820a:: with SMTP id l10mr16434955iom.283.1560777228316; Mon, 17 Jun 2019 06:13:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Mon, 17 Jun 2019 14:13:36 +0100 Message-ID: Subject: Re: [pgAdmin][RM4306] Please log in to access the page Message displayed unnecessarily To: Aditya Toshniwal Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000448f80058b84c4cc" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000448f80058b84c4cc Content-Type: text/plain; charset="UTF-8" Thanks, patch applied. On Mon, Jun 17, 2019 at 12:33 PM Aditya Toshniwal < aditya.toshniwal@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch will suppress unnecessary "Please log in to access the > page" flash messages on the login page. > > Kindly review. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB India | Pune > "Don't Complain about Heat, Plant a TREE" > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --000000000000448f80058b84c4cc Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, patch applied.

On Mon, Jun 17, 2019 at 12:33 PM Adi= tya Toshniwal <adit= ya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Attached patch = will suppress unnecessary "Please log in to access the page" flas= h messages on the login page.

Kindly review.

-- <= br>
Thanks and Regards,<= div>Aditya Toshniwal
Software Engineer |= =C2=A0EnterpriseDB India |=C2=A0Pune
"Don't Complain about Heat, Plant a TREE&quo= t;


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @p= gsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL = Company
--000000000000448f80058b84c4cc--