inc/rest/routes/LoginRoutes.php
@@ -649,7 +649,7 @@ } // Lockout expired - clear attempts $this->cache->delete($cache_key); $this->cache->forget($cache_key); return true; } @@ -689,7 +689,7 @@ protected function clearFailedAttempts(string $username): void { $cache_key = 'login_attempts_' . md5($username); $this->cache->delete($cache_key); $this->cache->forget($cache_key); }