Re: pgAdmin 4 commit: 1) Added email id validation on the login page.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgAdmin 4 commit: 1) Added email id validation on the login page.
Date: 2020-09-17 14:53:14
Message-ID: CANxoLDfwRmGauzXOYvLug-pbcskGA4dt15H-3=QLxqCZAZyzjQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Wed, Sep 16, 2020 at 2:52 PM Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:

> Hi Team,
>
> PFA patch to fix typo introduced with this patch.
>
> --
> Regards,
> Murtuza Zabuawala
> *EDB*
> *POWER TO POSTGRES*
> https://www.edbpostgres.com
>
>
> On Fri, Sep 11, 2020 at 8:07 PM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> 1) Added email id validation on the login page.
>> 2) Added validation for the file manager.
>>
>> Branch
>> ------
>> master
>>
>> Details
>> -------
>>
>> https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b82e6dbdb8646de0bd35c7297f81a32dee5d1891
>> Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
>>
>> Modified Files
>> --------------
>> web/pgadmin/authenticate/internal.py | 15 +++++++----
>> web/pgadmin/misc/file_manager/__init__.py | 37
>> ++++++++++++---------------
>> web/pgadmin/setup/user_info.py | 10 +++-----
>> web/pgadmin/tools/user_management/__init__.py | 22 +++++++++++-----
>> web/pgadmin/utils/paths.py | 19 +++++++++++---
>> web/pgadmin/utils/validation_utils.py | 26 +++++++++++++++++++
>> 6 files changed, 86 insertions(+), 43 deletions(-)
>>
>>

--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Sr. Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-17 14:53:24 Re: [pgAdmin][RM-5732] : Scan and fix accessibility issues reported by WAVE.
Previous Message Akshay Joshi 2020-09-17 14:51:17 pgAdmin 4 commit: Some more accessibility fixes.