pgAdmin 4 commit: Refuse password changes (and tell the user) if theno - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Refuse password changes (and tell the user) if theno
Date
Msg-id E1eKMpe-0001KK-NI@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix the width of Role dialogue so tabs don't wrap.
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][RM2892] Handle password changes properly if erroroccurs during sending email