How to add site admin?

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
HimanshuBhandari
Posts: 22
Joined: 16 Jul 2016, 13:11

How to add site admin?

Post by HimanshuBhandari » 31 Jan 2018, 16:36

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).

User avatar
aimeos
Administrator
Posts: 7915
Joined: 01 Jan 1970, 00:00

Re: How to add site admin?

Post by aimeos » 01 Feb 2018, 09:13

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>]
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply