是否可以使用 drush 2 创建用户?
我喜欢通过 drush 从 bash 脚本创建用户。 普通的 drush 2.x 可以吗? 如果没有,需要什么扩展或 drush 版本?
I like to create users from a bash script via drush.
Is it possible with a plain drush 2.x?
If not, what extensions or drush version is required?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Drush 2.x 本身不具有添加用户的功能,并且看起来没有任何工作可以让它与 drush 2.x 一起工作。 http://drupal.org/files/ 有 3.x 的补丁问题/user.drush_.inc__8.patch
(注释参见http://drupal.org/project/drush_user)
此外,此功能将包含在drush4.
看来你最好的解决方案是升级到 drush3.x 或者看看你是否可以破解补丁以使用 2.x (这听起来是一个非常糟糕的主意)
Drush 2.x does not natively have the capability to add users and it doesn't look like there is any work on getting it to work with drush 2.x. There is a patch for 3.x at http://drupal.org/files/issues/user.drush_.inc__8.patch
(notes at http://drupal.org/project/drush_user)
Also, this feature will be included in drush4.
Seems like your best solution would be to upgrade to drush3.x or see if you can hack the patch to work with 2.x (which sounds like a pretty bad idea)
在更高版本的 Drush 中,您可以使用命令 user-create (别名 ucrt)创建用户:
In later Drush versions you can create users with the command user-create (alias ucrt):