From 5b4fa5eb04a3f45f205c80108e76f0b99ff7c5ec Mon Sep 17 00:00:00 2001 From: Stefan Topfstedt Date: Mon, 2 Feb 2026 10:18:54 -0800 Subject: [PATCH] MDL-87694 profile: change page title to "Login required". This realigns the page title with public/user/view.php. --- public/user/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/user/profile.php b/public/user/profile.php index 415c047cc29..c7c55f4e990 100644 --- a/public/user/profile.php +++ b/public/user/profile.php @@ -50,7 +50,7 @@ if (!empty($CFG->forceloginforprofiles)) { require_login(); if (isguestuser()) { $PAGE->set_context(context_system::instance()); - $PAGE->set_title(get_string('user')); + $PAGE->set_title(get_string('loginrequired')); echo $OUTPUT->header(); echo $OUTPUT->confirm( get_string('guestcantaccessprofiles', 'error'),