Copy link
To add new users in WordPress, you need to have Administrator or Editor privileges. If you have the necessary permissions, follow these steps to add a new user:
Enter your website’s URL followed by “/wp-admin” (e.g., www.abcshop/wp-admin) in your web browser. Then, log in with your Admin username and password.
Once logged in, click on “Users” in the left-hand menu. This will take you to the Users management page.
On the Users page, you’ll see a button labeled “Add New”. Click on it to add a new user.
You’ll be taken to the “Add New User” screen. Here, you need to provide the following information for the new user:
Choose a unique username for the new user. Usernames cannot be changed later.
Enter the User’s email address. This will be used for account-related notifications.
Write User’s first name.
Then mention the User’s Last name.
Optionally, you can add the User’s website URL.
You can either generate a strong password automatically or set a custom password. If you choose a custom password, make sure it’s secure.
Under the “Role” dropdown, select the appropriate user role for the new user. Choose from Administrator, Editor, Author, Contributor, or Subscriber, depending on the level of access you want to grant.
Some plugins may add additional user-related settings to this page. Depending on your website’s configuration, you might see extra options related to user profile fields or capabilities.
By default, WordPress will send an email notification to the new user with their login details. If you don’t want to send this email immediately, you can uncheck the “Send User Notification” box.
Once you have filled in the required details and selected the user role, click the “Add New User” button at the bottom to create the new user account.
The new user account is now created, and the user will receive an email notification (if you selected that option) containing their login credentials and a link to log in to the website.
Remember to manage users and roles carefully to maintain security and control over your WordPress website. If you have multiple contributors, ensure that each user is assigned the appropriate role to match their responsibilities.
Or copy link