pgAdmin 4 commit: Ensure that the login account should be locked after

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that the login account should be locked after
Date: 2021-07-22 06:55:01
Message-ID: E1m6Sbl-0001pk-5c@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the login account should be locked after N number of attempts. N is configurable using the 'MAX_LOGIN_ATTEMPTS' parameter. Fixes #6337

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a3d3c74e67cdc7d877a1a4a5a09e97a7b4396fc7
Author: Florian Sabonchi <sabonchi(at)posteo(dot)de>

Modified Files
--------------
docs/en_US/login.rst | 15 ++++++---
docs/en_US/release_notes_5_6.rst | 1 +
web/config.py | 8 +++++
web/migrations/versions/6650c52670c2_.py | 33 +++++++++++++++++++
web/pgadmin/authenticate/__init__.py | 37 +++++++++++++++++++---
web/pgadmin/model/__init__.py | 4 ++-
web/pgadmin/tools/user_management/__init__.py | 16 +++++++---
.../user_management/static/js/user_management.js | 13 ++++++++
8 files changed, 113 insertions(+), 14 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-07-22 06:57:07 Re: Bug #6337 Patch
Previous Message Dave Page 2021-07-21 14:49:01 pgAdmin 4 commit: Run apt update before doing anything else.