Create a new administrator account in drupal with drush
Create your new user:
$ drush user-create your_user_name --mail="your_user_email@email.com" --password="your user password"
Assign the role administrator to your user:
$ drush user-add-role "administrator" your_user_name
Written by Luc Bézier
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Tags
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#