diff --git a/typo3/sysext/install/Classes/Configuration/PasswordHashing/Argon2idPreset.php b/typo3/sysext/install/Classes/Configuration/PasswordHashing/Argon2idPreset.php index 652a4694bfd703a761bb6480c9506ad340b820fa..997b33857ca2f4caffb98b1360e2118fae41547f 100644 --- a/typo3/sysext/install/Classes/Configuration/PasswordHashing/Argon2idPreset.php +++ b/typo3/sysext/install/Classes/Configuration/PasswordHashing/Argon2idPreset.php @@ -33,7 +33,7 @@ class Argon2idPreset extends AbstractPreset /** * @var int Priority of preset */ - protected $priority = 80; + protected $priority = 65; /** * @var array Configuration values handled by this preset