How to create users from the Wordpress administrator

How to create users from the Wordpress administrator

On different occasions we have to create new users to manage our Wordpress because we have to facilitate access to some third party or because WordPress is managed for more than one person. In the following guide we will show how to create WordPress usuraries from the administrator user of this:
 
First of all we must go to the left column of the WordPress administrator. We need to go on "Users" and click on "Add New":
 

The different options we need to configure from the new use will then appear, such as the username you want to assign (with which you will be logged in) or the email associated with this: 
 
 
An important field is the "Role" field, as it allows user permissions to be assigned:
 
  • Subscriber: It is a user who can see content on the web, for example, if we require users to register to view our content. It's also useful when we make a web and we want to teach the final customer (so they don't touch anything).
  • Contributor: It can create its own entries, but not publish them, they must be approved by an Administrator or Editor.
  • Author: Can create and publish your own entries; you do not need permissions from other users
  • Editor: Editor can publish its entries and more pages, has access to content created by users of "lower range".
  • Administrator: It's the user who can do everything, we should only have one, and he's the only one capable of doing configuration tasks (plugins, themes, playing code etc.)
 
Finally we must click on the "Add" button to save changes.
    • Related Articles

    • How to edit the features of Wordpress users

      On some occasions we will need to modify the cartoons of Wordpress users for certain reasons, whether personal data (email, name, surnames, etc) or even to modify access credentials. Next we will show how to edit the features of Wordpress users from ...
    • Staging: create test environments without affecting your main website

      The tool ofStaging(or test environment) allows you to create afunctional copy of your websitein an isolated environment. It is ideal for doingtests, apply updates or make changeswithout affecting your main website. Enter the control panel Access the ...
    • How to change the language in Wordpress

      On many occasions, we want to modify the language of our Wordpress so that we can work more comfortablely or make any specific configuration. In the following guide we will show how to change the Wordpress language from the administrator: Once we ...
    • How to create a GIT repository

      Here's step-by-step how to create and manage a GIT repository from your dashboard. This process is simple and straightforward, allowing you to set up a development environment quickly. Access to hosting Developer hosting Activate developer hosting ...
    • How to reduce wp-cron.php consumption

      WordPress has scheduled tasks, such as checking WordPress updates, plugins or theme, backing up, pingbacks, etc. These tasks are usually triggered when someone visits the web, for example. That is why it is not a problem until you have a peak of ...