public inbox for [email protected]
help / color / mirror / Atom feedFrom: Dave Page <[email protected]>
To: Florian Sabonchi <[email protected]>
Cc: pgadmin-hackers <[email protected]>
Subject: Re: Bug #6337
Date: Wed, 26 May 2021 13:46:05 +0100
Message-ID: <CA+OCxowU7uPHBRt1RPZUXM-SS88YtRnScfri8P1DbnrvJ4OKmw@mail.gmail.com> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
Hi
On Wed, May 26, 2021 at 1:40 PM Florian Sabonchi <[email protected]> wrote:
> Hello,
>
> Is someone already working on ticket #6337 or can I start working on it?
>
> https://redmine.postgresql.org/issues/6337
Not as far as I know. Please feel free to work on it.
Do you have a design in mind? I would suggest maybe adding a
"login_attempts" column to the user table in the config database, and
having a parameter in config.py to define the maximum number of login
attempts allowed. login_attempts would be incremented for every failed
login, and set to zero for a successful one. If it's value is >= to the
maximum in the config, login would be denied. There would also need to be
changes to the user management dialogue to show the status for each user,
and reset them.
Thanks!
--
Dave Page
Blog: https://pgsnake.blogspot.com
Twitter: @pgsnake
EDB: https://www.enterprisedb.com
view thread (5+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: Bug #6337
In-Reply-To: <CA+OCxowU7uPHBRt1RPZUXM-SS88YtRnScfri8P1DbnrvJ4OKmw@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox