add chat user roles and login
This commit is contained in:
@@ -16,7 +16,7 @@ use Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface;
|
||||
|
||||
#[AsCommand(
|
||||
name: 'mto:agent:user:create',
|
||||
description: 'Creates a new admin user'
|
||||
description: 'Creates a new application user'
|
||||
)]
|
||||
class CreateUserCommand extends Command
|
||||
{
|
||||
@@ -79,7 +79,8 @@ class CreateUserCommand extends Command
|
||||
'ROLE_SUPER_ADMIN',
|
||||
'ROLE_KNOWLEDGE_ADMIN',
|
||||
'ROLE_EDITOR',
|
||||
'ROLE_USER',
|
||||
'ROLE_ADMIN_AREA',
|
||||
'ROLE_CHAT_USER',
|
||||
],
|
||||
0
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user