From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Refuse password changes (and tell the user) if the no |
Date: | 2017-11-30 11:16:42 |
Message-ID: | E1eKMpe-0001KK-NI@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)dhumal(at)enterprisedb(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2017-11-30 11:17:17 | Re: [pgAdmin4][RM2892] Handle password changes properly if error occurs during sending email |
Previous Message | Dave Page | 2017-11-30 10:58:37 | pgAdmin 4 commit: Fix the width of Role dialogue so tabs don't wrap. |