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.
2 parents aa9853f + 88fb088 commit c829751Copy full SHA for c829751
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