Change password form

1
Hi all, I try to build a form (in 2.5) which changes the current password of the current user, with the three typical input fields for such forms: Current password, new password, confirm new password. However, i cannot build an input box for User.password. As work around i added an old password input box. But using a microflow i am not able to compare anything with User.password. So how can I check whether the user has submitted the proper (old) password?
asked
1 answers
2

I asked more or les sthe same question a few days ago, basically you can't do it in a microflow, but might be able to with a java action.

See: User.Password attribute in a Microflow

answered