Skip to content

Instantly share code, notes, and snippets.

@skmezanul
Forked from ecorson/drush_admin_create
Created May 2, 2019 07:04
Show Gist options
  • Save skmezanul/c6e19804b49ead6dd8485114846d13f7 to your computer and use it in GitHub Desktop.
Save skmezanul/c6e19804b49ead6dd8485114846d13f7 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