Skip to main content

Questions tagged [role]

0 votes
1 answer
63 views

When I click Role Resources and Role Users on System - User Roles, nothing happens (no error message. I can edit data on Role Info)
Yohan's user avatar
  • 1,632
0 votes
2 answers
843 views

How to change existing user role to Administrator via command line? Or it should be in sql? Or maybe programmatically? Best regards, Bartek
Bartek's user avatar
  • 1
0 votes
1 answer
431 views

I am new to magento platform. I am using magento version 2.4.2 for my project, I want to add the select user type field in registration form. When customer registers. Is it possible to add the custom ...
Prasad D's user avatar
0 votes
1 answer
873 views

Hi i have create a new user role in my magento2 admin panel . in that role i have only given access to catalog . So once that user login to admin panel they can only update product and category ...
Abilash Erikson's user avatar
2 votes
0 answers
46 views

I created a module and use it in the config, but when set role user, it does not show, please help me!
Brian NN's user avatar
  • 941
0 votes
1 answer
192 views

I create an admin user role from setup using this code, $role=$this->_roleFactory->create(); $role->setName('test') ->setPid(0) ->setRoleType(RoleGroup::ROLE_TYPE) -&...
sayou's user avatar
  • 363
0 votes
1 answer
365 views

I try to add a new role programmatically using this code : <?php namespace ModuleNameSpace\YourModuleName\Setup; use Magento\Framework\Setup\InstallDataInterface; use Magento\...
sayou's user avatar
  • 363
1 vote
0 answers
145 views

Hi Everyone i need help with this case. How can i save with a plugin with this additional data "Extra Data" ? Reference: How can i add this "extra-data" with the rest of the info of AUthorization ...
Oscar R. Gamboa A.'s user avatar
1 vote
1 answer
2k views

I would like to get the Role of the user logged in. I'm trying to use the \vendor\magento\module-user\Model\User.php class, but all results give me null or empty. I'm trying to use \vendor\magento\...
Raül's user avatar
  • 790
1 vote
0 answers
495 views

I am troubling with user roles in Magento 2. When I am trying to assign product permission to a user who can see only own products but all products displaying to him. How can I set a role in which ...
Mohd Hasan's user avatar
1 vote
0 answers
201 views

Right now I am working with Magento 2 package, there has one out-of-scope Magento task. => Requirement: Customer Place order Admin create sub-admins The super-admin assign the order to sub-admin( ...
senthil's user avatar
  • 1,737
1 vote
3 answers
7k views

On the products grid in the category view I need to display additional image for some products. When I have a gallery of product images: $images = $product->getMediaGalleryImages(); foreach ($...
zitix's user avatar
  • 2,182
0 votes
1 answer
158 views

I have a problem on my Magento webiste and I can't figure why is this happened. I have 2 admin roles: administrator and shopmanager. Administrator role has all the permissions and shopmanager has ...
Ciprian's user avatar
  • 527
0 votes
1 answer
4k views

I am creating products programmatically. I am using below code to add product image.. Images are adding perfectly fine.. but image roles are not showing. Can anyone please help me to add image roles ...
Hima Mohan's user avatar
1 vote
1 answer
958 views

Something like this happend when I'm trying to login to backend: {"0":"Could not create an acl object: Role '9' not found","1":"#0 /var/www/html/MAGENTO_HELPA/generated/code/Magento/Framework/Acl/...
Piotr Budzowski's user avatar

15 30 50 per page