Re: [pgAdmin4][Patch] - Fix for RM #6664

2021-08-09 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Aug 9, 2021 at 1:10 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Kerberos Login fails for the first time which is a regression of the #6337 > - Login page brute force. > Please find the attached updated patch with this fix. > > Thanks, >

Re: [pgAdmin4][Patch] - Fix for RM #6664

2021-08-09 Thread Khushboo Vashi
Hi, Kerberos Login fails for the first time which is a regression of the #6337 - Login page brute force. Please find the attached updated patch with this fix. Thanks, Khushboo On Mon, Aug 9, 2021 at 11:32 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the atta

[pgAdmin4][Patch] - Fix for RM #6664

2021-08-08 Thread Khushboo Vashi
Hi, Please find the attached fix for the RM #6664. The issue is, even if the user is locked, he can reset the password and can login into pgAdmin. With this fix, I have also ensured that the account should be locked with the multiple failed attempts only for the Internal pgAdmin users. Thanks, K