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
- My account page, don’t show the complete “Registration form”
- What’s the difference between WC() and $woocommerce
- How to get values from woocommerce admin input fields?
- How to show “Previous Category” and “Next Category” in categories archieve template [closed]
- How to update variable product stock status with code
- Woocommerce Product Image and Thumbnails custom function
- Create WooCommerce new order with specific ID
- woocommerce change order statuses count for specific role
- is_user_logged_in() always returns false for woocommerce_login_redirect
- WordPress ‘on behalf of’ email
- Display description on cart page
- How to change a column width on WooCommerce orders page (Admin)
- display first sale product in shop
- How to add custom data to cart for a specific product which I have shown on a page programmatically and with a separate anchor adding it to cart?
- How to select from two different tables to display orders list with custom column from other table
- Keep getting Notice: Trying to get property of non-object in …\wp-includes\post.php on line 4153 when generating woocommerce coupon
- How to subscribe free subscription on user registration in woocommerce subscription plugin?
- Woocommerce cart page – Add “Free” to the shipping label when shipping is 0
- Change product in cart when billing country is changed
- Calculate tax on sales price excluding discount [closed]
- Additional fields on Woocommerce’s rating system
- Woocommerce product image [closed]
- Question on WooCommerce Syntax
- woocommerce_new_product action doesn’t fire
- Change The Woocommerce Product Categories Dropdown Widget Placeholder Text
- minimum order item for certain products exempting 2 other products (in bulk)
- Is it possible to checkout with 2 different shipping options on a single order? [closed]
- Sender e-mail address, for new order email to customer, is suddenly wrong [closed]
- Undo WooCommerce CSV import
- A Woo commerce extension has deleted my old theme.How to undo? [closed]
- Functions.php change for Woocommerce not working
- Woocommerce replace product page image with product tabs [closed]
- How to get all customers cart from woocommerce API?
- WooCommerce login redirect based on cart
- data-value for custom woocommerce field showing in code but not visable on page load
- call_user_func_array() expects parameter 1 to be a valid callback, class ‘WC_Rapyd’ does not have a method ‘install’
- How can we find a WooCommerce shop bottleneck? (only when cart is full)
- Conditional for product attribute page
- Setting Page Visibility for WooCommerce Default Page Doesn’t Work
- Remove cart functionality from WooCommerce so it doesn’t remember the products [closed]
- Apply CSS to certain product thumbnails only
- Files names changed (with strange characters) after being uploaded to cpanel
- woocommerce_add_to_cart custom function called several times
- Customer Email Address
- Adding time of order to Admin email for new order
- Uninitialised Parameters using woocommerce_checkout_update_order_meta hook
- Hide add to cart when product variation has no price or is unavailable
- How to get the WooCommercer product variation image
- how add css class to product boxes li, for img, add cart button, decs, price… [closed]
- How can I hide the entire “Shipping Details” block on the admin side of Woocommerce? [closed]
- Decrease stock quantity when a variation is sold using Woocommerce
- Woocommerce – display all sold out products
- Woocommerce how to show most selling products by category
- WordPress pointing animated GIF images with wrong file name upon upload (GIFs animation not working)
- Modify existing code to show user nickname in woocoomerce order email instead of user_login
- How to prevent woocommerce product tag field from update?
- WooCommerce custom SVG coloring tool [closed]
- Woocomerce erro shipping [closed]
- What forum plugin can I use to allow non-registered users to create posts and comment? [closed]
- How do I prevent double the amount of stock being reduced with this Split Order Woocommerce Code? [closed]