drush user:createfor drush 9x


Create a user account.

drush user:create

  • Aliases


    user:create has 2 alias/es:


    drush ucrt

    drush user-create

  • Arguments


    user:create accepts 1 argument/s:


    name* : The name of the account to add

  • Options


    user:create accepts 5 option/s:


    --password

    --password : password

    --mail

    --mail : mail

    --notify

    --notify : notify

    --druplicon

    --druplicon : druplicon

    --xh-link

    --xh-link : xh-link

  • 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