|
It can only be what I state. Sorry to tell you that but there is no other way around that. I install these daily with no issue.
The code is pretty specific here
if ($password != $passwordconfirm) $reason .= "<li>The password does not match the password verification field.";
Therefore you are either typing them wrong or that password is cache'd in your browser settings
Are you using IE's autocomplete and password save thing? If so clear the password from the settings.
As stated your cache is autofilling in that password.
|