Mid-application password check

0
Hi all,   In an application that I'm creating for a customer now, it is a requirement that for certain actions, users have to fill in their password again (like a double check). Is it possible to create a mid-app login screen, after which I can execute a custom microflow?   Thanks in advance!
asked
1 answers
6

Hi,

You can just build an NP entity for entering the password. Then make a microflow checking that password and executing your follow-up action.

There's a VerifyPassword action in the System module.

regards

answered