Bug #6337 Patch

From: Florian Sabonchi <sabonchi(at)posteo(dot)de>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Bug #6337 Patch
Date: 2021-07-13 17:29:56
Message-ID: 8a138e58-bcda-2051-3a77-bac644503fd1@posteo.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi I have a patch for bug #6337, in this patch you have the possibility
to set in the configuration file the value MAX_LOGIN_ATTEMPTS which sets
the number of failed login attempts that are allowed. If this value is
exceeded the account is locked and can be reset by an administrator. By
setting the variable to the value zero this feature is deactivated this
is necessary if the account of the administrator was locked.

Comment:

Unfortunately the test cases fail because there seems to be a bug with
the migration, but unfortunately I was not able to locate this bug.

Unfortunately, in my opinion, the documentation does not sufficiently
explain how to correctly create the migrations.

I would be very happy if you could expand the documentation in the
future what this concerns and create a detailed guide to create a
migration.  (This also concerns the instructions for the integration test)

With kind regards,

Florian Sabonchi

Attachment Content-Type Size
patch-Bug_#6337.patch text/x-patch 9.0 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Pradip Parkale 2021-07-14 02:52:00 [pgAdmin][RM6566]: [React] Port Cast node to react.
Previous Message Khushboo Vashi 2021-07-13 13:02:54 Re: [patch][pgAdmin] RM6369 CSRF errors for stale sessions