Verified Commit d37f635d authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: (User) - locking mechanism

Fixing phpcs for 7.4
Showing with 0 additions and 11 deletions
+0 -11
...@@ -296,17 +296,6 @@ class user extends simplePlugin ...@@ -296,17 +296,6 @@ class user extends simplePlugin
} }
} }
// private function isUserLocked () : bool
// {
// $result = FALSE;
//
// if (isset($this->attributesAccess['userPassword']) && preg_match('/^\{[^\}]/', $this->attributesAccess['userPassword']->getValue())) {
// $result = preg_match('/^[^\}]*+\}!/', $this->attributesAccess['userPassword']->getValue()) === 1;
// }
//
// return $result;
// }
function resetCopyInfos () function resetCopyInfos ()
{ {
parent::resetCopyInfos(); parent::resetCopyInfos();
......
Supports Markdown
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