problem with precondition when using password

Answered

@Michael Udinski Hi, I have a problem in my /update_password api when using 'password' and 'confirm_password'. If the inputs are 'text' type everything runs, if select a 'password' type then the Precondition returns an error message 'Password don't match!'. In am sure the input:password==input:confirm_password and my two inputs variables are the same .
I would work with the password type to have correct filtering, because the filter lists are not the same for 'text' than for 'password' types (no minUpperAlpha into text type…).

any idea ?

5 replies