📜  通过 drush drupal 8 添加用户 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:38.344000             🧑  作者: Mango

代码示例1
drush user-create ntiyiso --mail="ntiyiso.rikhotso@example.com" --password="12345";
drush user-add-role "administrator" ntiyiso