Questions tagged [access]
The access tag has no summary.
55 questions
0 votes
0 answers
101 views
Magento 2 : Restrict Access to Admin
I am trying to limit access to my Magento 2 admin panel via nginx using location ~* ^/(index\.php/admin|admin) { 00.00.00.00; try_files $uri $uri/ /index.php?$args; location ~* \.php$ { ...
4 votes
4 answers
2k views
Access Token Expiration settings have no effect
I tried to change the default customer access token expiration from 1 hour to 48 hours and even to 0 to disable expiration, but regardless of what number I enter, the token I receive from the REST API ...
0 votes
1 answer
488 views
Consumer not authorized to access self
I am following a Magento tutorial and I get stuck at this step https://devdocs.magento.com/guides/v2.4/rest/tutorials/orders/order-create-quote.html So I managed to create user, but I cannot make a ...
0 votes
1 answer
26 views
Magento admin users not added by me
I opened the users page from the link https://mywebsite/admin/admin/user/ , I found the admin user that I used to access with, and I found another two users that I have never added before, are these ...
0 votes
1 answer
295 views
Need to access Magento 1.9.x website by way of IP
We recently moved away from Magento but still have access to it on our private server by way of its internal IP address. How do I access the pages and admin panel referencing just the IP address. When ...
1 vote
1 answer
148 views
How to disable price block from admin grid if this blocked in ACL
In this question https://magento.stackexchange.com/a/324446/92235, there is an excellent solution related to hiding the price from a specific user group. But this one does not hide the price from the ...
2 votes
1 answer
437 views
Restrict user access to viewing prices in the admin panel (acl)
how to implement functionality that will hide product prices from the user group. I've seen such a feature in an entrepreneurial Magento, but I can't figure out how to implement such a functionality.
2 votes
1 answer
3k views
Magento 2: Where are the Token-based authentication access token stored?
I have been following along with this guide: https://devdocs.magento.com/guides/v2.3/get-started/authentication/gs-authentication-token.html This guide shows how a token can be requested and shows ...
0 votes
2 answers
483 views
How can I use ssh command using php script as root user?
I am working third party integration for which new files generating automatically when my code is running. But it required permission after creating the file. I want to give the permission as a ...
0 votes
1 answer
220 views
How to hide the category block in navigation on all pages if the user is not a login
How to hide the category block in navigation on all pages if the user is not a login? Also, if a user tries to navigate to a category via a link, it should be redirected to the login page.
1 vote
0 answers
188 views
Restrict access to categories and products
How can turn off the display of categories and products in them for unauthorized users. In case of transition to url of not logged user, redirect to login page.
0 votes
1 answer
123 views
Magento 1: Access denied admin login
1> shows access denied while login the admin (Magento 1.9)... actually tried to Rest-API for 3rd party integration for customer users role. 2> I do not have database details. the client did not ...
5 votes
0 answers
993 views
Magento 2.3 REST API, GETs being refused access while POST/PUTs are OK
I am using some Magento 2.3 REST calls, and I am finding that for certain calls (and it seems to be consistently GETs) Magento is returning an authentication error, while for others (which seem to be ...
2 votes
0 answers
73 views
How to get/access subdomain name in code
How to get or access subdomain name in code. Magento verion 2.3
1 vote
1 answer
1k views
forbiden | You don't have permission to access /pub/static
I have this error: "Forbidden You don't have permission to access /pub/static/adminhtml/Magento/backend/en_US/Magento_Ui/templates/collection.html on this server. Additionally, a 403 Forbidden error ...