password)) { $this->password = Hash::make($newpass); $this->save(); return true; } return false; } }