aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/User/Item.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/User/Item.php')
-rw-r--r--core/namespace/User/Item.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/namespace/User/Item.php b/core/namespace/User/Item.php
index a4ab799..e3ecd2b 100644
--- a/core/namespace/User/Item.php
+++ b/core/namespace/User/Item.php
@@ -25,11 +25,4 @@ class Item extends \Item {
return sha1(implode(NULL, $attributes));
}
-
- #===============================================================================
- # Compare plaintext password with hashed password from database
- #===============================================================================
- public function comparePassword($password): bool {
- return password_verify($password, $this->Attribute->get('password'));
- }
}