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

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Akshay Joshi <akshay(dot)joshi(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-16 09:22:36
Message-ID: CAKKotZSOqPiacUcP1ONhKZD2fomeGODP8v+w4VLJyXQyQfndqQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(-)
>
>

Attachment Content-Type Size
typo.diff application/octet-stream 492 bytes

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2020-09-17 09:58:20 [pgAdmin][RM5807] Removed columns use modified name in generated script
Previous Message Aditya Toshniwal 2020-09-16 06:28:35 Re: [pgAdmin][RM-5732] : Scan and fix accessibility issues reported by WAVE.