Is anyone else having problems with WFA version 3.0.0.0.1P1 and user input types of 'Password'? I'm running into two different problems and I can't recall if these issues existed before the recent patch in May or not.
First problem -
If I make a 'Password' user input type dependent on another variable I'm unable to fill out the 'Re-enter' field. It stays outlined in red and cannot be selected, tabbed into, etc. This happens across IE, Chrome, and Firefox as well as on multiple workstations so I don't believe it's client side. Am I missing something here?
I've uploaded the test workflow I've been using named - 'test_add_user_dependency.dar'.

Second issue -
I'm getting an error of 'Password does not conform to filer conventions' when using an input type of 'Password' with a value of 'test1Test2T3st' to create users on a cluster.

If I change the variable to an input type of 'string' instead and use the same password to create a user I don't have any problems. If I test the command out from the Designer page it works without any issues. I'm also able to create a user by hand in the CLI and in Powershell with the same password as well.
Given the WFA command itself works during a test as well as CLI/Powershell leads me to believe it's some other WFA problem and not with the WFA command or underlying code.
I attached the two test workflows 'test_add_user_passwordtype_string.dar' & 'test_add_user_passwordtype_password.dar' I came up with when trying to narrow this problem down.