user-create

Create a user account with the specified name.

drush user-create

Aliases:

Arguments:

name : The name of the account to add

Options:

--password : The password for the new account
--mail : The email address for the new account

Examples:

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"