Skip to content

Instantly share code, notes, and snippets.

@unixsam
Forked from ecorson/drush_admin_create
Created July 28, 2019 07:37
Show Gist options
  • Save unixsam/86e44ca2a567c37c9697cb0e0f31c897 to your computer and use it in GitHub Desktop.
Save unixsam/86e44ca2a567c37c9697cb0e0f31c897 to your computer and use it in GitHub Desktop.
Add admin user via Drush
drush user-create adminuser --mail="[email protected]" --password="UserPw"; drush user-add-role "administrator" adminuser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment