Patch to contribute in pgAdmin to increase the maximum length of the server password
Hi Team, I have created an issue :https://redmine.postgresql.org/issues/5592. In pgAdmin4 there is a restriction on the password length while trying to connect to the server, the limit is 255. We have use cases where the password length is more than that. PFA of the patch to increase the maximum length. -- Regards Mishika Singh password_length.patch Description: Binary data
Re: Patch to contribute in pgAdmin to increase the maximum length of the server password
Hi Mishika, You've changed the defaults directly which will change the maxLength for all the text boxes across pgAdmin. If you want to change the maxLength for the server dialog password field then you can pass the maxLength param for the password field. This will affect the password field only without affecting others. On Mon, Jun 8, 2020 at 12:46 AM Mishika Singh wrote: > Hi Team, > > I have created an issue :https://redmine.postgresql.org/issues/5592. > In pgAdmin4 there is a restriction on the password length while trying > to connect to the server, the limit is 255. We have use cases where > the password length is more than that. > > PFA of the patch to increase the maximum length. > > -- > Regards > Mishika Singh > -- Thanks and Regards, Aditya Toshniwal pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune "Don't Complain about Heat, Plant a TREE"
Re: [pgAdmin][RM5197] Accessibility issues of external packages
Thanks, patch applied. On Fri, Jun 5, 2020 at 5:02 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to update Codemirror version to latest which allows > us to set screen reader labels on Codemirror editor. This is part of #5197. > Please review. > > On Fri, Apr 3, 2020 at 5:14 PM Akshay Joshi > wrote: > >> Thanks, patch applied. >> >> On Thu, Apr 2, 2020 at 4:46 PM Aditya Toshniwal < >> aditya.toshni...@enterprisedb.com> wrote: >> >>> Hi Hackers, >>> >>> Attached patch will replace the existing color picker - >>> spectrum-colorpicker with @simonwep/pickr. >>> spectrum-colorpicker has accessibility issues and is not maintained >>> since long. @simonwep/pickr is actively maintained and the package is >>> improving its accessibility actively. >>> >>> Please review. >>> >>> -- >>> Thanks and Regards, >>> Aditya Toshniwal >>> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune >>> "Don't Complain about Heat, Plant a TREE" >>> >> >> >> -- >> *Thanks & Regards* >> *Akshay Joshi* >> >> *Sr. Software Architect* >> *EnterpriseDB Software India Private Limited* >> *Mobile: +91 976-788-8246* >> > > > -- > Thanks and Regards, > Aditya Toshniwal > pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune > "Don't Complain about Heat, Plant a TREE" > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*
pgAdmin 4 commit: Update Codemirror version to the latest which allows
Update Codemirror version to the latest which allows us to set screen reader labels on Codemirror editor. refs #5197 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eb971a03200ffb26279f8986a2023cc09b72815d Author: Aditya Toshniwal Modified Files -- web/package.json | 2 +- web/pgadmin/browser/static/js/browser.js | 1 + web/pgadmin/static/js/backform.pgadmin.js | 4 web/pgadmin/tools/datagrid/static/js/show_data.js | 1 + web/pgadmin/tools/debugger/static/js/direct.js | 1 + web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 1 + web/yarn.lock | 8 7 files changed, 13 insertions(+), 5 deletions(-)