pgAdmin 4 commit: Remove maximum length on the password field in the se - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Remove maximum length on the password field in the se
Date
Msg-id E1kIvFl-00052p-Uh@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Remove maximum length on the password field in the server dialog. Fixes #5802

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a25e808e0662d827c4d114923f831635da47b93e
Author: Aditya Toshniwal  <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_27.rst                             | 3 ++-
web/pgadmin/browser/server_groups/servers/static/js/server.js | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 v4.26 released
Next
From: Akshay Joshi
Date:
Subject: Re: pgAdmin 4 commit: 1) Added email id validation on the login page.