From 4a3a5174b2b0793cea0a2575c10814a784f5f0a1 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 11 Jun 2021 15:10:30 +0100 Subject: [PATCH] Disable browser password saving in the runtime. Fixes #6473 --- docs/en_US/release_notes_5_4.rst | 1 + runtime/src/html/pgadmin.html | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/docs/en_US/release_notes_5_4.rst b/docs/en_US/release_notes_5_4.rst index 611b875f6..059347668 100644 --- a/docs/en_US/release_notes_5_4.rst +++ b/docs/en_US/release_notes_5_4.rst @@ -32,6 +32,7 @@ Bug fixes | `Issue #4203 `_ - Fixed the issue of renaming the database by another user. | `Issue #6404 `_ - Ensure that the Query Tool connection string should not be changed as per the 'Query Tool tab title'. | `Issue #6466 `_ - Ensure that the user should be able to add members in Login/Role group while creating it. +| `Issue #6473 `_ - Disable browser password saving in the runtime. | `Issue #6478 `_ - Fixed duplicate SQL issue for tables with more than one partition. | `Issue #6482 `_ - Fixed an issue where the Foreground Color property of server dialog does not work. | `Issue #6513 `_ - Fixed an issue where pgAdmin does not open after password reset in server mode. diff --git a/runtime/src/html/pgadmin.html b/runtime/src/html/pgadmin.html index 998fbab63..91672e807 100644 --- a/runtime/src/html/pgadmin.html +++ b/runtime/src/html/pgadmin.html @@ -28,6 +28,17 @@ margin-bottom: 10px; } + + + +