Is it giving you an error at all? If so, what s the error?
Thread Starter
nd62
(@nd62)
Hi
when i click on add new user i get:
“Error: Passwords don’t match. Please enter the same password in both password fields.”
thanks
I’m looking into it. On a test site I updated all my plugins and WP to 5.6 and deactivated all but Multi-Column Tag Map and successfully added a new user.
Going down the list, when I activated Custom Post Type UI plugin, I got the error again. I then deactivated and reactivated Custom Post Type UI and it worked fine.
The I tried with Custom Post Type UI, WooCommerce and Multi-Column Tag Map activated and got the error again.
So I deactivated Custom Post Type UI, no error. reactivated Custom Post Type UI and worked again. Then deactivated WooCommerce and worked fine again. Reactivated WooCommerce again and worked just fine.
So I’m not sure what the actual error is but I could reproduce with a combination of other plugins without ever deactivating Multi-Column Tag map.
the message comes from: wp-admin/includes/user.php line ~176:
if ( ( $update || ! empty( $pass1 ) ) && $pass1 != $pass2 ) {
My plugin isn’t setting any of those variables so really not sure what’s going on here.