User Permissions and Roles
The application has two user roles: User and Admin. By default, all users are assigned the User role.
To promote a user to the Admin role, you can use the following CLI command:
docker exec -it slink slink user:grant:role \ --email=<user-email> ROLE_ADMINTo demote a user from the Admin role, you can use the following CLI command:
docker exec -it slink slink user:revoke:role \ --email=<user-email> ROLE_ADMINAdmin Dashboard
Section titled “Admin Dashboard”You can also change user roles directly from the admin dashboard.
