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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Ensure that the login account should be locked after
Дата
Msg-id E1m6Sbl-0001pk-5c@gothos.postgresql.org
обсуждение исходный текст
Список 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@posteo.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Run apt update before doing anything else.
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: Bug #6337 Patch