p16r.nl

Shopware 6 - Create admin user from the command-line

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.


Kyle Mathews

Written by Peter Jaap Blaakmeer @PeterJaap