Password AFTER logged in

Hey there! I want to require a password when a user is about to do something that can’t be undone and I want it to be the password they use to sign in with so it is unique to them.

Here’s what I am guessing:
Input (content format password)>>>this input should not be empty>>>button

1 Like

Hi,
You can use an action Check password for the current user.
image
image

1 Like

Thank you!!!

Sorry, one dumb question…it says “check password” does that mean if the value is incorrect the rest of the steps in the work-flow can’t happen?

Yes, your understanding is correct. If the entered password is not a match, then the rest of the workflow will not run.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.