From 9daa7c7a7c6962b8092392161b0e227f24272ac6 Mon Sep 17 00:00:00 2001 From: Yogesh Jain Date: Mon, 27 Apr 2020 12:38:11 +0530 Subject: [PATCH] Added title to the login page. Fixes #5430 --- docs/en_US/release_notes_4_21.rst | 1 + web/pgadmin/templates/security/panel.html | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/en_US/release_notes_4_21.rst b/docs/en_US/release_notes_4_21.rst index c4c1a0963..7adb352f7 100644 --- a/docs/en_US/release_notes_4_21.rst +++ b/docs/en_US/release_notes_4_21.rst @@ -87,4 +87,5 @@ Bug fixes | `Issue #5415 `_ - Ensure that the query tool context menu should work on the collection nodes. | `Issue #5419 `_ - Ensure that the user should not be able to change the authentication source. | `Issue #5420 `_ - Ensure error should be handled properly when LDAP user is created with the same name. +| `Issue #5430 `_ - Added title to the login page. | `Issue #5432 `_ - Fixed an issue where an internal user is not created if the authentication source is set to internal and ldap. diff --git a/web/pgadmin/templates/security/panel.html b/web/pgadmin/templates/security/panel.html index b93e2914f..46aa0524c 100644 --- a/web/pgadmin/templates/security/panel.html +++ b/web/pgadmin/templates/security/panel.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% from "security/fields.html" import render_field_with_errors, render_username_with_errors %} +{% block title %}{{ config.APP_NAME }}{% endblock %} {% block body %}