Thread: pgAdmin 4 commit: Refuse password changes (and tell the user) if theno

pgAdmin 4 commit: Refuse password changes (and tell the user) if theno

From
Dave Page
Date:
Refuse password changes (and tell the user) if the notification email cannot be sent. Fixes #2892

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=35a5cf22d5094645b1e2e66e7d2fbe1c40847232
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/__init__.py                            |  29 +--
web/pgadmin/browser/__init__.py                    | 207 ++++++++++++++++++++-
web/pgadmin/browser/templates/browser/index.html   |   2 +-
.../templates/security/change_password.html        |   2 +-
.../templates/security/email/change_notice.html    |   4 +
.../templates/security/email/change_notice.txt     |   5 +
.../templates/security/forgot_password.html        |   2 +-
web/pgadmin/templates/security/login_user.html     |   2 +-
web/pgadmin/templates/security/reset_password.html |   2 +-
9 files changed, 234 insertions(+), 21 deletions(-)