Browse Source

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

Bastien Sevajol 9 years ago
parent
commit
a71385c8e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md View File

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.