Guest User

Untitled

a guest
Sep 8th, 2018
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. Bt CLI command : Run from magneto root
  2.  
  3.  
  4. php bin/magento admin:user:create --admin-user='new-user' --admin-password='pass' --admin-email='admin@mail.com' --admin-firstname='Admin' --admin-lastname='Admin'
  5.  
  6. –admin-user-> Admin account username (required).
  7. –admin-password-> Admin User account password (required).
  8. –admin-email-> Admin user account’s email address (required).
  9. –admin-firstname-> Admin user’s first name (required).
  10. –admin-lastname-> Admin user’s last name (required).
  11.  
  12.  
  13.  
  14.  
  15.  
  16. B : Admin dashboard
  17.  
  18.  
  19.  
  20. Step 1: Configure User Information
  21. On the Admin panel, click System. In the Permissions section, select All Users.
  22. In the upper-right corner, click Add New User button
  23. In the Account Information section, do the following:
  24.  
  25.  
  26.  
  27. In the User Name field, enter the user name for account. It is not case-sensitive.
  28. Complete the following information:
  29.  
  30. First Name
  31. Last Name
  32. Email address: this email address must be unique.
  33. In the Password and Password Confirmation field, enter correctly the password, the password should be secured, should contain more than seven characters and should include both letters and numbers.
  34.  
  35. In the Interface Locale field, select the language to be used for the Admin interface if your store has multiple languages.
  36.  
  37. In the This Account is field, set to Active
  38.  
  39. In the Current User Identity Verification section, enter your password in Your Password.
  40.  
  41. Step 2: Determine User Role
  42. In the panel on the left, choose User Role. The grid lists all the existing roles. Initially, the only role available is Administrators.
  43.  
  44.  
  45.  
  46. In the Assigned column, select the Administrators option.
  47. When complete, click Save User.
  48. It comes to the end of tutorial: How to Create New Admin User in Magento 2
Add Comment
Please, Sign In to add comment