Verify Password Java Action

0
Hello.  I am trying to set up a microflow that verifies an entered password as the password of the current user. I am using the verify password java action. I have ensured that all of the correct information is available to the java action in the microflow. However, when I run it the output is false. I am using the demo_administrator credentials, so I know that the password is correct, as I copy and pasted it. I have attached images of my microflow and the java action. 
asked
1 answers
1

In your screenshot the input field for the user name is empty. If you want to check the password for the current user, that should be $currentUser/Name

answered