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.zabuaw...@enterprisedb.com> Modified Files -------------- web/pgadmin/utils/driver/psycopg2/__init__.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-)