Page 1 of 1

How to add site admin?

Posted: 31 Jan 2018, 16:36
by HimanshuBhandari
Hi, I have a fresh Aimeos Laravel Package installed, added an Admin user and a Site name "siteA". Now I want to create a separate Admin for "siteA". How can I do that so that "siteA" has a different Admin, who can manage all his products or shop.
I read the docs at https://aimeos.org/docs/User_Manual/Adm ... with_sites but still not getting the solution.
(Yes multi vendor shop I am talking about).

Re: How to add site admin?

Posted: 01 Feb 2018, 09:13
by aimeos
Have a look at the help of the "aimeos:account" command. You can specify the site code of the user.

Code: Select all

./artisan aimeos:account --help
./artisan  aimeos:account [options] [--] [<email>] [<site>]