If you are using a SSO to login into Magento admin, you may need to hide the default Admin login functionality. I am mentioning here an important code snippet to hide the admin login form. 1) Create an admin layout For example, I have a module DecryptWeb_Admin, I am going to create a layout file […]
Tag: Admin
Magento Set Admin Store
There are times when we need to use the admin access to execute tasks. For example you want to call admin URLs etc. There is a simple way to do that, you need to change the current store to admin store.
Adminhtml Frontname in Magento
I am writing here a code snipet for fetching the name (alias) used to access admin end, which is set to ‘admin’ by default Below code for creating an admin URL