Magento 2 Get Admin Token without pass the otp for the 2FA enable for the particular admin user
In REST-API, If there any way to get authorization code for the particular user without pass the otp. For the 2FA enable for the another admin users.
Auto Added by WPeMatico
In REST-API, If there any way to get authorization code for the particular user without pass the otp. For the 2FA enable for the another admin users.
When I try to login from the magento admin it redirects me to the frontend with ‘/key/6732689239’ in the URL.
I accidentally changed Administrator User permissions in admin. Only Store Tab is accessible. Can’t Access any other tab.
Example: http://localhost/admin/admin/user/edit/user_id/5/key/db1082c352e51cfb817ce0335dd060cf6e953568daf2da25cca24eadb04dc884/ I want to return ‘db1082c352e51cfb817ce0335dd060cf6e953568daf2da25cca24eadb04dc884’ from within a ViewModel method.