|
try another browser or clear any saved password history for the browser. Your browser is autofilling in another entry.
Our coding is pretty absolute in this regard
if ($password != $passwordconfirm) $reason .= "<li>The password does not match the password verification field.";
If they do not match this message appears so they can not be the same. Once your cookies cache and saved password for the site is removed from browser settings you should be fine.
|