Questions tagged [admin-user]
The admin-user tag has no summary.
79 questions
0 votes
1 answer
227 views
How to Create an Admin User Using an API?
I need to create an admin user using an API, but I'm not sure about the correct process or how to. My Questions: What API endpoint and parameters should be used to create an admin user? How do I ...
1 vote
6 answers
1k views
Revert admin user password
I am using Magento 2.4 community edition. Client has changed the admin user password and they forgot the new password so now they want to add the old password which was used earlier so how can i set?
0 votes
1 answer
75 views
How can I get the admin edit user url key for a specific user if I have the user_id and account info, what are the classes/methods for di?
Example: http://localhost/admin/admin/user/edit/user_id/5/key/db1082c352e51cfb817ce0335dd060cf6e953568daf2da25cca24eadb04dc884/ I want to return '...
0 votes
3 answers
848 views
Magento 2 How to save data to custom column in "admin_user" table
Hi Here I have created a extra column school in the table Admin_user. While I trying to update or save it inside a "PLUGIN" its giving me error. Here is my Plugin code class Adminsave { ...
0 votes
1 answer
97 views
adding extra column to the admin user table magento 1.9
I am tring to add new column to the magento admin user by scripting and manually also both are not working, when i try to add manually it is giving the error "Invalid default value for created&...
1 vote
0 answers
25 views
How to create user for special website level magento2?
Is there an option to create a user for a particular website when there is several website and store ? Thanks
0 votes
2 answers
2k views
How to change custom UI grid collection based on custom attribute value in magento 2
I have created custom field in admin user creation form.Based on the value in this field,My custom module grid collection will be loaded.How to acheive this?
0 votes
2 answers
75 views
SQL Insert error [SQLSate[4200]
We are using an extension called Mass Product Import & Update. My colleague gets SQL error when he is trying to upload a CSV file to add/update products/group products in this extension, but I ...