[pgAdmin4][RM2892] Handle password changes properly if error occurs during sending email

From: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][RM2892] Handle password changes properly if error occurs during sending email
Date: 2017-11-30 06:11:45
Message-ID: CAFiP3vzuJZAc2O4pgthzDCqWZAPCbhBGpPn-hOmZRT6KN51-RQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Unlike flask login-manager flask-security does not provide facility to pass
custom view
function to any of callbacks like change/reset/forgot password. So we cannot
handle any exceptions occurred during changing/resetting password.
Only way we can handle such exceptions is writing our own routes for these
callbacks and
add addition code to handle such exceptions.

--
*Harshal Dhumal*
*Sr. Software Engineer*

EnterpriseDB India: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
RM2892.patch text/x-patch 16.5 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2017-11-30 07:24:02 Re: [pgAdmin4][RM2892] Handle password changes properly if error occurs during sending email
Previous Message Dave Page 2017-11-29 11:14:37 Re: [pgAdmin4][Patch]: Remove fixed width from sql-hint popup - Query tool