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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Refuse password changes (and tell the user) if theno
Дата
Msg-id E1eMxGX-0007vm-Nq@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Refuse password changes (and tell the user) if the notification email cannot be sent. Fixes #2892

Branch
------
WEBPACK_DEVEL2

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

Modified Files
--------------
web/pgadmin/__init__.py                            |  29 +--
web/pgadmin/browser/__init__.py                    | 208 ++++++++++++++++++++-
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, 235 insertions(+), 21 deletions(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Make the "Save Changes" prompts in the query toolopt
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Fix a reference before assignment error in the filed