block-core / ariton

MIT License
1 stars 2 forks source link

Use input validators for same password check on change password component #22

Open sondreb opened 5 days ago

sondreb commented 5 days ago

We should do validation (comparison) of new passwords on the change password component using validators that checks if the value are equal and shows UI-hints of bad input, before the user is allowed to actually submit the form to change the password.

shivansh84ya commented 5 days ago

Thank you for the suggestion, @sondreb. We will implement input validation for password confirmation in the change password component. This will ensure that the new passwords match and provide UI hints for any discrepancies before form submission. Could you please assign this issue to me?