drush user-createfor drush 8x


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 19 option/s:


    --password : The password for the new account

    --mail : The email address for the new account

    --format

    --format : format

    --fields

    --fields : fields

    --list-separator

    --list-separator : list-separator

    --line-separator

    --line-separator : line-separator

    --field-labels

    --field-labels : field-labels

    --format=json

    --format=json : format=json

    --format=config

    --format=config : format=config

    --format=csv

    --format=csv : format=csv

    --format=html

    --format=html : format=html

    --format=labeled-export

    --format=labeled-export : format=labeled-export

    --format=list

    --format=list : format=list

    --format=php

    --format=php : format=php

    --format=print-r

    --format=print-r : format=print-r

    --format=table

    --format=table : format=table

    --format=var_export

    --format=var_export : format=var_export

    --format=variables

    --format=variables : format=variables

    --format=yaml

    --format=yaml : format=yaml

  • 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