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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Resolve the log in issue for a user having a non-exis
Date: 2021-07-05 07:26:19
Message-ID: E1m0Izj-00011I-St@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)shirsat(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-07-05 07:26:32 Re: [patch][pgAdmin] RM6550 5.4 running on kubernetes fails to log in even with the right environment variables defined
Previous Message Akshay Joshi 2021-07-05 06:18:21 Re: [pgAdmin][RM-6569]: [Housekeeping][React] Port catalog objects to react