From 34a9fb77cd5de4159ae07ab0c26bcb51ed0b00d9 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Sat, 20 Jan 2024 20:25:04 +0100 Subject: [PATCH] Removed obsolete patch. --- sources/patches/main-001-allow-unsafe-login.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sources/patches/main-001-allow-unsafe-login.patch diff --git a/sources/patches/main-001-allow-unsafe-login.patch b/sources/patches/main-001-allow-unsafe-login.patch deleted file mode 100644 index 7574678..0000000 --- a/sources/patches/main-001-allow-unsafe-login.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN castopod.old/vendor/codeigniter4/shield/src/Config/Auth.php castopod/vendor/codeigniter4/shield/src/Config/Auth.php ---- castopod.old/vendor.old/codeigniter4/shield/src/Config/Auth.php 2023-10-31 13:05:34 -+++ castopod/vendor/codeigniter4/shield/src/Config/Auth.php 2023-10-31 12:57:04 -@@ -375,7 +375,7 @@ - * - * @deprecated This is only for backward compatibility. - */ -- public bool $supportOldDangerousPassword = false; -+ public bool $supportOldDangerousPassword = true; - - /** - * ////////////////////////////////////////////////////////////////////