---
title: "verify password · RUAL Documentation"
description: "verify the user their password"
canonical: https://docs.rual.nl/block-types/users/function_user_verify_password
language: en
---

# verify password

This block is part of the [`users`](https://docs.rual.nl/block-types/users) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

verify the user their password

- flow `flow`

- guid required `value` The guid of the user

- password required `value` The plaintext password being verified

- flow `flow`

- Valid `condition`

A typical wiring for [verify password](https://docs.rual.nl/block-types/users/function_user_verify_password): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `guid` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `password` pin; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

![Studio canvas example for the verify password block: typical wiring for verify password.](https://docs.rual.nl/canvas-examples/function_user_verify_password.png)

### Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).
