def verify_password(self, password): return check_password_hash(self.password_hash, password) # Gravatar??????