浏览代码

Fixes https://github.com/tracim/tracim/pull/31#discussion_r53466710

Bastien Sevajol 9 年前
父节点
当前提交
a71385c8e9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md 查看文件

326
 You may need an administrator account to manage Tracim. Use the following command (from ``/install/dir/of/tracim/tracim``):
326
 You may need an administrator account to manage Tracim. Use the following command (from ``/install/dir/of/tracim/tracim``):
327
 
327
 
328
 ```
328
 ```
329
-gearbox user create -l admin-email@domain.com -p new_password -g managers -g administrators
329
+gearbox user create -l admin-email@domain.com -g managers -g administrators
330
 ```
330
 ```
331
 
331
 
332
 Keep in mind ``admin-email@domain.com`` must match with LDAP user.
332
 Keep in mind ``admin-email@domain.com`` must match with LDAP user.