Skip to content

Instantly share code, notes, and snippets.

@benfavre
Forked from ecorson/drush_admin_create
Created September 22, 2017 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benfavre/f994286b62fa6dde900bab8ecf4c8c39 to your computer and use it in GitHub Desktop.
Save benfavre/f994286b62fa6dde900bab8ecf4c8c39 to your computer and use it in GitHub Desktop.
Add admin user via Drush
drush user-create adminuser --mail="adminuser@uiowa.edu" --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