This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Description
I created the following issues using the live demo:
Issue 1:
- Enter a password into the password field.
- Enter an identical password into the confirmation field.
- Before submit, go back and change the password field.
- Passwords validate even though they do not match anymore.
Issue 2:
- Remove the 'required' validation condition of the password and confirmation inputs.
- Enter a password into the password field.
- Passwords validate even though the confirmation is blank.