[pgadmin-org/pgadmin4] d4b57e: Fixed an issue where the change server password is...

From: Nikhil Mohite <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] d4b57e: Fixed an issue where the change server password is...
Date: 2023-11-09 06:36:54
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/85dd1e-d4b57e@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: d4b57edede81d256632f11d6d380309f1a7092a7
https://github.com/pgadmin-org/pgadmin4/commit/d4b57edede81d256632f11d6d380309f1a7092a7
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
Date: 2023-11-09 (Thu, 09 Nov 2023)

Changed paths:
M web/pgadmin/browser/server_groups/servers/__init__.py
M web/pgadmin/browser/server_groups/servers/tests/test_password_change.py

Log Message:
-----------
Fixed an issue where the change server password is not working in desktop mode #6902

Browse pgadmin-hackers by date

  From Date Subject
Next Message Yogesh Mahajan 2023-11-09 07:32:32 [pgadmin-org/pgadmin4] 370cb6: Clear the password field in the config database on...
Previous Message Aditya Toshniwal 2023-11-08 12:37:51 [pgadmin-org/pgadmin4] 85dd1e: Fix issues found when testing Flask upgrade and wc...