1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Removed obsolete patch.

This commit is contained in:
orhtej2 2024-01-20 20:25:04 +01:00
parent c63f655472
commit 34a9fb77cd

View file

@ -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;
/**
* ////////////////////////////////////////////////////////////////////