def verify_password(self, password): """Verified password. """ return check_password_hash(self.password_hash, password)