mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
Allow login with credentials from old versions.
This commit is contained in:
parent
6dda6a7e11
commit
03d2b88a6d
1 changed files with 12 additions and 0 deletions
12
sources/patches/app-001-allow-unsafe-login.patch
Normal file
12
sources/patches/app-001-allow-unsafe-login.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff -ruN vendor.old/codeigniter4/shield/src/Config/Auth.php vendor/codeigniter4/shield/src/Config/Auth.php
|
||||
--- vendor.old/codeigniter4/shield/src/Config/Auth.php 2023-10-31 13:05:34
|
||||
+++ 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;
|
||||
|
||||
/**
|
||||
* ////////////////////////////////////////////////////////////////////
|
Loading…
Add table
Reference in a new issue