Previously, we used the Admin interface to create a user account. However, the process can be done using the command line and Drush just as easy. All that is required is the name of the account to be added and the drush user-create command. We can also choose to pass optional arguments for password and e-mail.
To create a new user using Drush, we need to simply enter the following command in a terminal window:
drush user-create editor --mail='editor@email.com' --password='letmein'
