From 5ddb85b24417405b65b1661f9a1a0c4442043f41 Mon Sep 17 00:00:00 2001 From: Bye Date: Sat, 22 Jun 2024 12:13:14 +0100 Subject: [PATCH 1/3] Fix issue with external basic logins The alt text for the app icon passes null into htmlspecialchars, which is deprecated. --- login_external_basic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login_external_basic.php b/login_external_basic.php index 2a1c68c..67149c1 100644 --- a/login_external_basic.php +++ b/login_external_basic.php @@ -111,7 +111,7 @@ login:
<?= htmlspecialchars($user['display_name']) ?>'s avatar × - <?= htmlspecialchars($user['title']) ?>'s avatar + <?= htmlspecialchars($app['title']) ?>

Sign into

Owned by

From 5436336b5da4bfef7f7b81aac6989f5f54ce18fa Mon Sep 17 00:00:00 2001 From: Bye Date: Tue, 25 Jun 2024 17:17:58 +0100 Subject: [PATCH 2/3] Change the password reset email to be less mocking --- forgot_password.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgot_password.php b/forgot_password.php index bd02325..ace1061 100644 --- a/forgot_password.php +++ b/forgot_password.php @@ -29,7 +29,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") { This link expires in 5 minutes. -If you did not request this password reset, please ignore it (or tighten your account\'s security)']); +If you did not request this password reset, please ignore this email.']); // echo("This is a security issue."); } catch (Exception $e) { From ebdc53f99c4d588dc9b754049342dc344dc7c077 Mon Sep 17 00:00:00 2001 From: bye Date: Fri, 28 Jun 2024 19:30:11 +0100 Subject: [PATCH 3/3] [BACKPORT] Add execution to footer --- footer.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/footer.php b/footer.php index 5740dae..3dbdd43 100644 --- a/footer.php +++ b/footer.php @@ -1,3 +1,5 @@ \ No newline at end of file