July 29, 2020 - 1 min read
Creating an admin user for a Shopware 6 admin from the command-line:
php bin/console user:create --admin --email=john@doe.com --firstName="John" --lastName="Doe" --password=johndoe123 --no-interaction johndoe
That’s all.
Written by Peter Jaap Blaakmeer @PeterJaap