Hide User List

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
briajer
Posts: 15
Joined: 18 Oct 2022, 15:43

Hide User List

Post by briajer » 30 Mar 2023, 19:13

How can I hide the list of users in the backend so that in a marketplace setup a single shops admin can't see the whole customer base? (User list is inherited across all sites but admins of other sites shouldn't be able to see them)

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

Re: Hide User List

Post by aimeos » 02 Apr 2023, 12:02

Overwrite the groups configuration in your ./config/shop.php:
https://github.com/aimeos/ai-admin-jqad ... p#L73-L115

Code: Select all

'groups' => ['super'],
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

briajer
Posts: 15
Joined: 18 Oct 2022, 15:43

Re: Hide User List

Post by briajer » 05 Apr 2023, 13:24

Thanks managed to make the changes!

Post Reply