Skip to content

The Mass User Generator plugin

Latest

Choose a tag to compare

@aamirpali aamirpali released this 30 Oct 17:14
4b29146

The Mass User Generator plugin allows you to generate multiple user accounts with options such as password, gender selection, and user role. This plugin is useful for populating a WordPress website with test users or creating a large number of users for testing and development purposes.

Plugin Version : 1.0

= Features =

  • Generate multiple user accounts at once.
  • Set a common password for generated users.
  • Select the gender for users (Male, Female, or Both).
  • Choose the user role for generated users (Subscriber, Author, or Editor).
  • Specify the number of users to generate (from 5 to 5000).
  • Usernames and names are randomly generated to simulate genuine users.
  • User bios are generated with random adjectives and hobbies.
  • Utilizes Bootstrap for a clean and responsive form interface.

== Installation ==

  1. Upload the 'mass-user-generator' folder to the '/wp-content/plugins/' directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. You will find 'User Generator' in your WordPress admin menu.

== Usage ==

  1. Go to the 'User Generator' section in your WordPress admin menu.
  2. Fill in the form with your desired options: password, gender, user role, and the number of users to generate.
  3. Click 'Generate Users' to create the specified number of user accounts.

== Screenshots ==

  1. Plugin's settings page with user generation form.
  2. Example user generation form.

== Frequently Asked Questions ==

= Can I use this plugin for production sites? =

The Mass User Generator plugin is primarily intended for testing and development purposes. Generating a large number of users on a production site may not be suitable.

= Is there a limit to the number of users I can generate? =

You can generate from 5 to 5000 users at a time. The limit ensures that the plugin remains efficient.

= How are usernames and names generated? =

Usernames and names are randomly generated to simulate genuine user accounts.

== Changelog ==

= 1.0 =

  • Initial release