Merge pull request #8078 from MrPetovan/bug/fatal-errors
Add cookie clear failed validation in App\Authentication
This commit is contained in:
commit
ee58a55895
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ class Authentication
|
||||||
$user['prvkey'] ?? '')) {
|
$user['prvkey'] ?? '')) {
|
||||||
$this->logger->notice("Hash doesn't fit.", ['user' => $data->uid]);
|
$this->logger->notice("Hash doesn't fit.", ['user' => $data->uid]);
|
||||||
$this->session->clear();
|
$this->session->clear();
|
||||||
|
$this->cookie->clear();
|
||||||
$this->baseUrl->redirect();
|
$this->baseUrl->redirect();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue