Open
Description
This issue is automatically created based on existing pull request: #28677: Assign user to role and roles list commands
Description (*)
Creates Admin-role management commands.
Preconditions (*)
Magento 2.4-develop
Steps to reproduce (*)
- Run
bin/magento admin:role:list
- Get some of the existing roles and save role ID
- Create new admin user from admin panel
- Run
bin/magento admin:user:assign-role --username={USER_NAME} --role-id={SAVED_ROLE_ID}
- Check that user assigned to role
Expected result (*)
Actual result (*)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Pull Request In Progress