I have the same problem. Anyone found out how to fix this?
Have the same problem in 2.7.1 and 2.8
This is how I did:
INSERT INTO wp_users (user_login, user_pass, user_nicename, user_email, user_url, user_registered, user_activation_key, user_status, display_name) VALUES
(‘user1’, ‘md5 generated password’,’user1′,’[email protected]’,”,’some_date’,”,0,’user1′);
I checked the databasse after adding a user from within wordpress and some other tables are also changed but it do seem to work anyway.
I added a couple of hundred users like this and updated their roles from the admin interface.
I am asking the exact same question? Any ideas? Someone must have added users with wp_create_user or directly to the database?
Best regards
Ask2
Same here. Anyone solved this?