mirror of
https://github.com/friendica/friendica
synced 2025-04-22 02:30:11 +00:00
Delete the cache entry allowing direct login again
This commit is contained in:
parent
23bad85847
commit
58fb0beaa3
2 changed files with 3 additions and 3 deletions
|
@ -7,6 +7,7 @@ namespace Friendica\Module;
|
|||
|
||||
use Friendica\BaseModule;
|
||||
use Friendica\Core\Authentication;
|
||||
use Friendica\Core\Cache;
|
||||
use Friendica\Core\Hook;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\Core\System;
|
||||
|
@ -27,6 +28,7 @@ class Logout extends BaseModule
|
|||
$visitor_home = null;
|
||||
if (remote_user()) {
|
||||
$visitor_home = Profile::getMyURL();
|
||||
Cache::delete('zrlInit:' . $visitor_home);
|
||||
}
|
||||
|
||||
Hook::callAll("logging_out");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue