I am creating a bunch of users in the register_user plugin, after the 6th user, each subsequent user reports an error message at the top of the plugin saying "User name not provided" and it won't save anything else.
Is there a max limit of users you can have before it won't let you add anymore?
Regards,
Jared
It is the latest release 1.4.2.4 [10045] (Official Build)
and there are no error logs on the server.
I have successfully added 7 users to the gallery, but when I try to add an 8th, it says "User name not provided" in a red message that fades away at the top of screen after a few seconds.
If I delete one of the accounts and create another one it adds fine, only the 8th user onwards doesn't work.
Even when I try and register a user through the website itself, it let's me create a new user, sends the email, click the link to activate, and then when I try and log in it just refreshes the page and clears the username and password.
Any ideas?
Most likely your browser or server have limited the amount of data that will be posted to less than needed to accomodate that many users. There is a define at the front of admin-users.php for USERS_PER_PAGE. Try changing it to 6 or 7 and you will get only that many users per page. That will reduce the amount of data being posted on the save.