Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (29 loc) · 731 Bytes

create-users.md

File metadata and controls

33 lines (29 loc) · 731 Bytes

create:users

Tạo dummy users cho ứng dụng Drupal 8 của bạn.

Usage:

drupal create:users [arguments] [options]
cru

Available options

Option Details
--limit Bạn muốn tạo bao nhiêu user?
--password Password to be set to users created
--time-range How far back in time should the users be dated

Available arguments

Argument Details
roles Role(s) được sử dụng trong user creation

Examples

  • Provide the user role.
drupal create:users role
  • Provide the number of users to create, password and time range to create.
drupal create:users role \
  --limit="5" \
  --password="usersnewpassword" \
  --time-range="1"