Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Update to hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Jul 16, 2018
1 parent dfec0c8 commit 18c624e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion panel/app/src/panel/models/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public function update($data = array()) {

public function updatePassword($newPassword) {
if (password::isCryptHash($this->password()) === true) {
error_log($newPassword);
return parent::update([
'password' => $newPassword
]);
Expand Down

0 comments on commit 18c624e

Please sign in to comment.