Fresh install of both community and enterprise Magento 2. I am trying to get to the System configuration but i am seeing this instead. enter image description here
What do I need to do? If I put in my credentials from magento.com I get this page: enter image description here
I do see some posts online that do show a page similar to the Engerprise 1.14 System->Configuration so I know it exists, what am I doing wrong?
1 Answer 1
Looks like your admin user is assigned to a role, which has limited access to admin resources (those which define ACL and are usually configured per admin user role). Try to create new admin user via CLI.
-
FYI - Maybe this is a bug in the webpage setup but this is what I got out of the box. Let me try the CLI version and I will let you know.RussellAlbin– RussellAlbin2015年12月20日 22:54:45 +00:00Commented Dec 20, 2015 at 22:54
-
yes, that appears to be the case. I created a new user via CLI and its working as expected. Thank you for pointing me in the right direction.RussellAlbin– RussellAlbin2015年12月21日 03:49:14 +00:00Commented Dec 21, 2015 at 3:49
-
this doesn't help in Magento 2.0.7Cozzamara– Cozzamara2016年06月20日 22:01:41 +00:00Commented Jun 20, 2016 at 22:01