public function CredentialsCheckFloodInterface::clearAccount in Commerce Core 8.2
Clears failed credential checks by the given user.
Parameters
string $ip: The client IP address.
string $name: The account name.
1 method overrides CredentialsCheckFloodInterface::clearAccount()
- CredentialsCheckFlood::clearAccount in src/
CredentialsCheckFlood.php - Clears failed credential checks by the given user.
File
- src/
CredentialsCheckFloodInterface.php, line 36
Class
- CredentialsCheckFloodInterface
- Provides a flood service tailored to login credential checks.
Namespace
Drupal\commerceCode
public function clearAccount($ip, $name);