We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be7ded commit 88fb088Copy full SHA for 88fb088
RateLimiter/DefaultLoginRateLimiter.php
@@ -41,7 +41,7 @@ protected function getLimiters(Request $request): array
41
{
42
return [
43
$this->globalFactory->create($request->getClientIp()),
44
- $this->localFactory->create($request->attributes->get(Security::LAST_USERNAME).$request->getClientIp()),
+ $this->localFactory->create($request->attributes->get(Security::LAST_USERNAME).'-'.$request->getClientIp()),
45
];
46
}
47
0 commit comments