Password confirmation

Hi, could someone please advise me how to set up a workflow for password confirmation? I tried it via variable and then set password = password_confirmation in the workflow. Unfortunately, that doesn’t work for me.

Thank you!

If you showed us what you did it could help us find a solution for yoj

Sure, sorry, the problem I’m having is related to the fact that I’m trying to set a condition that displays the text: passwords don’t match. Unfortunately I don’t know how to do it exactly, when I set it like this it doesn’t work, respectively if I enter any character (different from the one entered in the password field) variable will change to true.

Yeah you need to make it a type string, otherwise it’s evaluating as true I think. Maybe try having a look at this article about data types: