Re: pgAdmin4 Container Deployment

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: Paolo Saudin <paolosaudin(at)gmail(dot)com>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgAdmin4 Container Deployment
Date: 2019-08-23 07:38:03
Message-ID: CAM9w-_m+-h_f73peHuNNCMpzF1-5w+S-uYF94R8uL7UrZfLj1g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

You need to create a config_local.py beside config.py and set LOGIN_BANNER.
For example:
LOGIN_BANNER = "<h4>Authorised Users Only!</h4>" \
"Unauthorised use is strictly forbidden."

On Fri, Aug 23, 2019 at 1:02 PM Paolo Saudin <paolosaudin(at)gmail(dot)com> wrote:

> Hi,
> following the new feature "Allow a banner to be displayed on the login and
> other related pages showing custom text", how could I set the banner in a
> container deployment? Is there any
> environment variables to pass it along?
>
>
> Thanks
> paolo saudin
>

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2019-08-23 08:03:42 Re: pgAdmin4 Container Deployment
Previous Message Paolo Saudin 2019-08-23 05:33:18 pgAdmin4 Container Deployment