Skip to content

Instantly share code, notes, and snippets.

@ianlintner-wf
Last active January 2, 2016 13:09
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 ianlintner-wf/8308405 to your computer and use it in GitHub Desktop.
Save ianlintner-wf/8308405 to your computer and use it in GitHub Desktop.
drush manage users for fun and profit
drush user-add-role "administrator" 3
drush user-create "user name" --mail="email@example.com" --password="password"
@ianlintner-wf
Copy link
Author

Drush login will give you a login link, if the host is incorrect, just copy and paste the portion after the host into your browser after the correct host.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment