drush user-createfor drush 6x


Create a user account with the specified name.

drush user-create

  • Aliases


    user-create has 1 alias/es:


    drush ucrt

  • Arguments


    user-create accepts 1 argument/s:


    name : The name of the account to add

  • Options


    user-create accepts 2 option/s:


    --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"

  • Comments


    comments powered by Disqus