[pgAdmin][RM6610]: [React] Port Publications node to react

2021-07-21 Thread Pradip Parkale
Hi Hackers,
Please find the attached patch for #6610: [React] Port Publications node to
react.

-- 
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation


RM6610.patch
Description: Binary data


Re: [pgAdmin][RM6610]: [React] Port Publications node to react

2021-07-21 Thread Akshay Joshi
Thanks, the patch applied.

On Wed, Jul 21, 2021 at 12:50 PM Pradip Parkale <
pradip.park...@enterprisedb.com> wrote:

> Hi Hackers,
> Please find the attached patch for #6610: [React] Port Publications node
> to react.
>
> --
> Thanks & Regards,
> Pradip Parkale
> Software Engineer | EnterpriseDB Corporation
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


pgAdmin 4 commit: Run apt update before doing anything else.

2021-07-21 Thread Dave Page
Run apt update before doing anything else.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c2db64737906c49d95c0f78159913233d1cad6c9

Modified Files
--
pkg/debian/setup.sh | 3 +++
1 file changed, 3 insertions(+)



pgAdmin 4 commit: Ensure that the login account should be locked after

2021-07-21 Thread Akshay Joshi
Ensure that the login account should be locked after N number of attempts. N is 
configurable using the 'MAX_LOGIN_ATTEMPTS' parameter. Fixes #6337

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a3d3c74e67cdc7d877a1a4a5a09e97a7b4396fc7
Author: Florian Sabonchi 

Modified Files
--
docs/en_US/login.rst   | 15 ++---
docs/en_US/release_notes_5_6.rst   |  1 +
web/config.py  |  8 +
web/migrations/versions/6650c52670c2_.py   | 33 +++
web/pgadmin/authenticate/__init__.py   | 37 +++---
web/pgadmin/model/__init__.py  |  4 ++-
web/pgadmin/tools/user_management/__init__.py  | 16 +++---
.../user_management/static/js/user_management.js   | 13 
8 files changed, 113 insertions(+), 14 deletions(-)



Re: Bug #6337 Patch

2021-07-21 Thread Akshay Joshi
Hi Florian

Thanks, the patch applied.

I have changed the flash string from 'Account locked' to 'Your account is
locked. Please contact the Administrator.'

On Wed, Jul 21, 2021 at 7:40 PM Florian Sabonchi  wrote:

> Hello Akshay,
>
> Thanks for your message, I have adjusted your suggestion as discussed. I
> hope now that everything works correctly so far.
>
> On 21.07.21 15:02, Akshay Joshi wrote:
> >  The explanation that you have mentioned above is correct, but when I
> > tested your patch and enter the wrong password N number of times, I
> > haven't got the "Account locked" message. When I enter the correct
> > password then I got that message which is wrong.
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*