Merge remote-tracking branch 'origin/upgrade-sf5' into signature-app-master

This commit is contained in:
2024-09-16 11:51:33 +02:00
46 changed files with 1787 additions and 628 deletions

View File

@@ -65,7 +65,7 @@ class PasswordRecoverLocker
if (0 === $this->chillRedis->exists($key)) {
$this->chillRedis->set($key, 1);
$this->chillRedis->setTimeout($key, $ttl);
$this->chillRedis->expire($key, $ttl);
break;
}