How to create users from the Wordpress administrator
On different occasions, we need to create new users to manage our WordPress due to the fact that we may need to grant access to a third party or because the WordPress site is managed by more than one person. In the following guide, we will show how to create WordPress users from the administrator account:
First of all, go to the left-hand column of the WordPress administrator panel. Go to "Users" and click on "Add New":
Next, the different options that need to be configured for the new user will appear, such as the username to assign (which will be used to log in) or the associated email address:
An important field is the "Role", as this is what allows you to assign user permissions:
Subscriber: A user who can view content on the website, for example, if we require users to register to view our content. It is also useful when we build a website and want to show it to the final client (so they do not modify anything).
Contributor: Can create their own posts but cannot publish them; these must be approved by an Administrator or Editor.
Author: Can create and publish their own posts and does not need permission from other users.
Editor: Can publish their own posts and pages and has access to content created by users of a “lower role”.
Administrator: The user who can do everything. There should ideally be only one, and it is the only role capable of performing configuration tasks (plugins, themes, editing code, etc.).
Finally, click on "Add New User" to save the changes.
Related Articles
How to change the Wordpress administrator password from the database
The access credentials to the WordPress administrator are stored in the database assigned to it, so it is possible to modify them by following several steps: First of all, we must access phpMyAdmin from our control panel to manage the WordPress ...
How to retrieve or create a new WordPress admin user in the event of a disaster
Se hai bisogno di recuperare un utente amministratore in WordPress o crearne uno nuovo in caso di emergenza, puoi farlo seguendo questi passaggi: Accedi al database del tuo sito WordPress. Puoi farlo tramite phpMyAdmin dal pannello di controllo di ...
Wordpress Privacy Policy and Cookies
If you are taking your first steps in the world of blogging or website creation, you have probably chosen WordPress to build your site. It is important to note that when a user visits your page for the first time, they are generally asked to accept ...
How to set up permanent links in WordPress
Permalinks are essential for any WordPress site, as they define the structure of your post and page URLs, helping them be optimized for search engines. In other words, permalinks are the web addresses that users will use to access that content. Here ...
How to edit the features of Wordpress users
Sometimes we need to modify the characteristics of WordPress users for various reasons, whether it is personal information (email address, first name, last name, etc.) or even to change login credentials. Below, we will show how to edit WordPress ...