Invalid confirmation password
-
Whenever the registration confirm password setting is saved and unchecked it gets saved as
no
. This means that the conditional here needs changed:acf-wc-account-fields.php LN 253
if($conf_password){ /* ... */ }
To something like:
if('yes' == $conf_password){ /* ... */ }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Invalid confirmation password’ is closed to new replies.