permissions and roles of users

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!
User avatar
ahmed31916
Advanced
Posts: 148
Joined: 14 Apr 2022, 12:15

permissions and roles of users

Post by ahmed31916 » 18 Apr 2022, 16:00

What is the page that controls the permissions and roles of users?

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

Re: permissions and roles of users

Post by aimeos » 19 Apr 2022, 06:28

It's done by configuration any you can find the default permissions for each panel here:
https://github.com/aimeos/ai-admin-jqad ... source.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
AhmadHelali
Posts: 7
Joined: 22 Feb 2023, 15:25

Re: permissions and roles of users

Post by AhmadHelali » 22 Feb 2023, 15:28

Where can I find the roles and permissions in aimeo's Standalone application?

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

Re: permissions and roles of users

Post by aimeos » 22 Feb 2023, 15:36

You should overwrite it in your own extension or the ./config/shop.php file?
The referenced file is located in the ./vendor/ folder but you can't change it there because it will get overwritten each time you run "composer update".
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply