Kishor
AAlokai
•Created by Amnesia on 9/26/2023 in #🙋|general-help
How to change magento 2 admin user and password
You can run the below command from Magento root.
php bin/magento admin:user:create --admin-user="admin" --admin-password="admin123" --admin-email="[email protected]" --admin-firstname="Magento" --admin-lastname="Devloper"
It will create a user with "admin" as username and "admin123" as password.
3 replies