def check_werkzeug(password_hash,password_input): check = check_password_hash(password_hash,password_input) return check