How to Create New Admin User in Magento 2?
From Magento 2 configuration, you can create admin user accounts as many as you need but they will be set in different access level if you ask. For example, you can assign the view and change only for websites or stores without for any global settings or data.
To limit the access permissions for Admin user account, you can complete the required credentials on the Magento Administrator, that will describe in detail in the tutorial I introduce you today.
Create New Admin User in Magento 2
- Step 1: Configure User Information
- Step 2: Determine User Role
Step 1: Configure User Information in Magento 2
- On the Admin panel, click
System
. In thePermissions
section, selectAll Users
. - In the upper-right corner, click
Add New User
button - In the
Account Information
section, do the following:
- In the
User Name
field, enter the user name for account. It is not case-sensitive. - Complete the following information:
- First Name
- Last Name
- Email address: this email address must be unique.
- In the
Password
andPassword Confirmation
field, enter correctly the password, the password should be security and more than seven characters and include both letters and numbers. - In the
Interface Locale
field, select the language to be used for the Admin interface if your store has multiple languages. - In the
This Account is
field, set toActive
- In the
Current User Identity Verification
section, enter your password inYour Password
.
Step 2: Determine User Role in Magento 2
- In the panel on the left, choose
User Role
. The grid lists all the existing roles. Initially, the only role available is Administrators.
- In the
Assigned
column, select theAdministrators
option. - When complete, click
Save User
.
Ref: https://www.mageplaza.com/kb/how-to-create-new-admin-user-magento-2.html