WordPress functions doesn’t allow to modify user login then you need to change directly the database.
make a backup of you database and try this to fill login with something like user4589
UPDATE `wp_users` SET `user_login` = CONCAT("user", ID) WHERE `user_login` = ""
Related Posts:
- Which hook should I use to capture $_POST(‘password’) via profile update and password reset
- How to disable Woocommerce password recovery and use the default WordPress password reset page?
- WooCommerce changes lost password reset link
- Where is the “default attribute” values located in the phpMyAdmin in Woocommerce?
- WooCommerce lost password reset flow not working with SendGrid (redirect loop)
- Username field is not shown in Woocommerce’s registration contact form
- Custom Redirect after registration in WooCommerce
- Delete All Product Images in phpmyadmin
- Force User Registration before visitng Checkout Page
- Register a new user on wooCommerce using Rest API
- Allow WooCommerce existing customers to checkout without being logged in [closed]
- Auto generate user email while registration
- Woocommerce check if email already created order recently [closed]
- Woocommerce password Reset
- lost password link not working for my site
- WooCommerce Registration redirect based on page ID
- password_reset doesnt work
- Block Disposable Emails on Woocommerce Registration
- wordpress/woocommerce login url not redirecting correctly
- Show password while you are typing it on the “my account” login page
- Woocommerce Register Error
- Make e-Mail optional on Woocommerce sign up
- Assign user role by text field in WordPress (Woocommerce) [closed]
- Impossible to create a new WooCommerce customer using Rest API
- Registration roles
- Change password notification email
- Deleted products from woocommerce are still in the database
- How to send Woocommerce Customer Details (Name, Email and Phone Number) to Admin upon signup
- Update WooCommerce stock status with SQL query if stock value is greater than 0
- How to change lost password email text using custom plugin wordpress?
- Temporary access to page with URL sent to email
- Forgot password flow does not work, getting email with a link but after clicking link it’s not working
- Redirect After Registration on Specific Link
- Custom Registration Fields woocommerce
- Change wp-login.php? Problem with .htaccess password protection and multi user shop
- Users credentials and syncing from third party with WooCommerce
- Change WooCommerce registration form/way?
- DatePicker in Woocommerce (My Account) Registration [closed]
- Remove login fields from /customer-account page [closed]
- Hide/show button for the password field in the Woocommerce My Account page
- Woocommerce registration page [closed]
- WP/WooCommerce REST API cart/checkout/order [closed]
- Fatal Error when installing woocommerce despite upgrading
- Adding an action within a function that is being called by add_filter
- Hide Add to Cart Button
- How to modify “[Product] has been added to your cart” in WooCommerce?
- woocommerce fail to replace template string in email title [closed]
- Woocommerce checkout via external page [closed]
- Change font size in products listing pages in woocommerce
- Trying to disable slider for WooCommerce price filter [closed]
- Woocommerce reviews xss issue [closed]
- Unable to update Woocommerce Product Permalink
- Woocommerce get billing state manually
- WooCommerce quick checkout form? [closed]
- woocommerce cart item remove ajax not working in hosted site [closed]
- Set woocommerce product price based on dealer location [closed]
- How can I custom order the product display?
- WordPress plugin cloak link [closed]
- Woocommerce Update Causing Internal Server Error [closed]
- remove default pagination on woocommerce shop page
- Remove Bulk Action For non admin user
- Add max-value to hooked quantity selector in woocommerce [closed]
- woo product , wp_insert_post() never displays on the front end. What gives? [closed]
- Single product page doesn’t display price
- Variation Swatches for WooCommerce – too many variations
- How to make an edit to an already published post back to Draft
- How to access WC()->cart in CF7 hook wpcf7_special_mail_tags
- How to integrate e-transfers with checkout in WooCommerce
- Manual Admin Orders search for billing_company
- Use woocmmerce function on theme and override them
- Send all emails to Shop Manager along with admin
- Snippet to copy product affiliate link to a custom field
- Woocommerce Checkout Page Total Price Inside Google Pay Script
- How to get rid of variations with unspecified attributes
- How to show price update date in product single page?
- how can my customers view their purchased products history like an invoice in a specific page on WordPress
- How do I make my products on the homepage responsive?
- How to get users data from wordpress woocomerce database to display
- Simple thing esc_url query
- Woocommerce on Subdirectory
- Change WooCommerce state and city checkout fields to dropdowns related to the chosen country
- How to apply a custom coupon to a WooCommerce Subscription recurring amount?
- WooCommerce Storefront site-header padding
- WooCommerce: How can I add a certain product to the cart and redirect to the cart from a non-shop page?
- Make Woocommerce breadcrumbs show up using functions.php file
- Alter the cost of products using phpmyadmin sql query
- Update products with curl (bash)
- Create woocommerce order on new user registration
- How to put a date range in a virtual/downloadable product? [closed]
- Stop the “upload file size” error from printing [closed]
- Redirect whole website or pages to /wp-admin in wordpress
- Changing sale price programmatically, but it’s not shown on front-end
- How to remove slug from Product category URL in Woocommerce
- Removing ‘woocommerce-no-js’ class from body
- url rewrite doesn’t load woocommerce product
- Sort by price when price is set in multiple keys
- Add a custom code with custom link after add to cart for every product
- WooCommerce product permalink based on product’s current category
- Disable duplicate WC product category URLs
- how should i get products based on tags in woocommerce