Create an admin user with Drush

$ drush user-create adminuser --mail="[email protected]" --password="admindrush" && drush user-add-role "administrator" adminuse

With DDEV

$ ddev drush user-create adminuser --mail="[email protected]" --password="admindrush" && ddev drush user-add-role "administrator" adminuser

 

********************************** ************************* ************************ **************** ****************** *********** ************** ************* ************ *************

Sign up for my newsletter

I send out an email every so often about cool stuff I'm working on and things I've learned.

Thank you!