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

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][RM2892] Handle password changes properly if error occurs during sending email
Date: 2017-11-30 07:24:02
Message-ID: CAKKotZSAvOGKT3ih=oGv8fSSRRVg4VpfwWKxdxy_VA93xn+s+g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Tested and working as expected on qmg test machine :)

On Thu, Nov 30, 2017 at 11:41 AM, Harshal Dhumal <
harshal(dot)dhumal(at)enterprisedb(dot)com> wrote:

> 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
Screen Shot 2017-11-30 at 12.38.59 pm.png image/png 321.2 KB

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2017-11-30 07:32:07 pgAdmin 4 commit: Using the correct type name (along with the internal
Previous Message Harshal Dhumal 2017-11-30 06:11:45 [pgAdmin4][RM2892] Handle password changes properly if error occurs during sending email