Home
last modified time | relevance | path

Searched refs:ipLockClause_remoteIPNumber (Results 1 – 1 of 1) sorted by relevance

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Authentication/
H A DAbstractUserAuthentication.php981 $sessionIpLock = $this->ipLockClause_remoteIPNumber($this->lockIP);
1124 …if ($sessionRecord['ses_iplock'] !== $this->ipLockClause_remoteIPNumber($this->lockIP) && $session…
1191 protected function ipLockClause_remoteIPNumber($parts) function in TYPO3\\CMS\\Core\\Authentication\\AbstractUserAuthentication