pgAdmin 4 commit: Do not decrypt the password when the password is'Non

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Do not decrypt the password when the password is'Non
Дата
Msg-id E1eWixd-0002s3-It@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Do not decrypt the password when the password is 'None'. Fixes #2765

This should avoid the common but harmless exception "ValueError: IV must be 16 bytes long while decrypting the
password."

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1dd1c102558e00bccd5880d9b8f10f872cdabc3c
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM #2949 : [Web Based] Complete sql shoulddisplayed for fts directory in sql pane
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Do not decrypt the password when the passwordis 'None'