pgAdmin 4 commit: [Authentication] Some of the base class functions are - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: [Authentication] Some of the base class functions are
Date
Msg-id E1jOLOY-0004om-7C@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
[Authentication] Some of the base class functions are not static
function, but - methods. Hence - 'self' should be used, and not 'cls'.

Also - use a constant for duplicate string literal in LDAP
authentication implementation.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/authenticate/internal.py |  6 +++---
web/pgadmin/authenticate/ldap.py     | 27 +++++++++++++++------------
2 files changed, 18 insertions(+), 15 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM4873] Change comment of a procedure with arguments
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: A valid ip address can be IPv4/IPv6