Search found 2 matches

by obviouslynotfranz
23 Mar 2021, 14:38
Forum: Laravel package
Topic: Auth Gate for admin page
Replies: 3
Views: 2185

Re: Auth Gate for admin page

Ok I managed to figure out what happened. When I create a new user via the admin page everything works fine, but if I assign an already existing user the admin/editor role it didn't work. Reason beeing that already existing users have the column siteid empty. I suppose it doesn't hurt adding the sit...
by obviouslynotfranz
16 Mar 2021, 14:57
Forum: Laravel package
Topic: Auth Gate for admin page
Replies: 3
Views: 2185

Auth Gate for admin page

Win 10x64 PHP 7.4.16 aimeos-laravel 2020.10.6 Laravel Framework 6.20.7 Good day everybody, I followed the setup guide from the github page and everything so far works as intendet. The challange I am facing is how to grant non super users access to the admin page. With the super user I created from t...