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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Do not decrypt the password when the password is'Non
Дата
Msg-id E1eZWLy-0004nF-Jw@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
------
WEBPACK_DEVEL2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=795a71396b61ac4b00bbcdae572541ec484a06a1
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 по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: ESLINT: On pgAdmin static javascripts
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Use the correct lexer in the Apache/Windows docs.