Create a New User drush ucrt "new_user" --mail="new_user@email_address.com" --password="new_password" Add the Administrator Role to the New User (check the database to get the administrator ID) drush urol "administrator" 2