Skip to content

Instantly share code, notes, and snippets.

View ershovandrey's full-sized avatar

Andrii Yershov ershovandrey

View GitHub Profile
@ecorson
ecorson / drush_admin_create
Created April 3, 2012 14:43
Add admin user via Drush
drush user-create adminuser --mail="adminuser@uiowa.edu" --password="UserPw"; drush user-add-role "administrator" adminuser