Magento 2 comes with a CLI that allows you to create a new temporary administrator user within few seconds. Change to the directory where your Magento installation ( such as app or bin folder ) is located and run the following command to create a user support with password 8cd98f00b20.
1 |
php bin/magento admin:user:create --admin-user=support --admin-password=8cd98f00b20 --admin-email=support@myserver.com --admin-firstname=Firstname --admin-lastname=Lastname |
Voilà!
1 |
Created Magento administrator user named support |
Now you can go to System > Permissions > All Users and update other users credentials.