Create a user account with the specified name.
drush user-create
name : The name of the account to add
--password : The password for the new account
--mail : The email address for the new account
Create a new user account with the name newuser, the email address person@example.com, and the password letmein
drush user-create newuser --mail="person@example.com" --password="letmein"