Commit 8df35f76 by Carsten Brandt

reset access cache when user identity is set

fixes #2632
parent 993963bb
......@@ -175,6 +175,7 @@ class User extends Component
public function setIdentity($identity)
{
$this->_identity = $identity;
$this->_access = [];
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment