pgAdmin 4 commit: Resolve the log in issue for a user having a non-exis

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Resolve the log in issue for a user having a non-exis
Дата
Msg-id E1m0Izj-00011I-St@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Resolve the log in issue for a user having a non-existing email id

  1) Added CHECK_EMAIL_DELIVERABILITY & SECURITY_EMAIL_VALIDATOR_ARGS.
  2) Added test cases for deliverability check.

Fixes #6550

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9fdda038a9eebc978ca597baa709f88069b93c03
Author: Rahul Shirsat <rahul.shirsat@enterprisedb.com>

Modified Files
--------------
web/config.py                                      |  4 +-
web/pgadmin/__init__.py                            |  2 +
.../setup/tests/test_no_email_deliverability.py    | 62 ++++++++++++++++
web/pgadmin/setup/user_info.py                     | 12 ++--
.../tools/user_management/tests/__init__.py        |  0
.../tests/test_validate_user_email.py              | 62 ++++++++++++++++
web/pgadmin/utils/constants.py                     |  2 +
web/pgadmin/utils/tests/test_validate_email.py     | 82 ++++++++++++++++++++++
web/pgadmin/utils/validation_utils.py              | 25 +++----
web/regression/python_test_utils/test_utils.py     | 32 +++++++++
10 files changed, 265 insertions(+), 18 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM-6569]: [Housekeeping][React] Port catalog objects to react
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [patch][pgAdmin] RM6550 5.4 running on kubernetes fails to log in even with the right environment variables defined