- fedivers
- https://mastodont.cat/@spla
-
programar és divertit! coding is funny!
- Joined on
2022-06-16
The creation of a new user from CLI gives administration power even if the
is_admin=false
parameter is used
The creation of a new user from CLI gives administration power even if the
is_admin=false
parameter is used
If is_admin
param is not passed it works as expected, new user is a regular user.
In example:
php artisan user:create --name=whatever1 --username=whatever1 --email=whatever1@example.org…
The creation of a new user from CLI gives administration power even if the
is_admin=false
parameter is used