Переглянути джерело

Merge pull request #1786 from etkecc/master

matrix-bot-buscarron: fix username in docs
pull/1787/head
Slavi Pantaleev 3 роки тому
committed by GitHub
джерело
коміт
e3907b369a
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      docs/configuring-playbook-bot-buscarron.md

+ 1
- 1
docs/configuring-playbook-bot-buscarron.md Переглянути файл

@@ -14,7 +14,7 @@ By default, the playbook will set up the bot with a username like this: `@bot.bu
You **need to register the bot user manually** before setting up the bot. You can use the playbook to [register a new user](registering-users.md): You **need to register the bot user manually** before setting up the bot. You can use the playbook to [register a new user](registering-users.md):


``` ```
ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=buscarron password=PASSWORD_FOR_THE_BOT admin=no' --tags=register-user
ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=bot.buscarron password=PASSWORD_FOR_THE_BOT admin=no' --tags=register-user
``` ```


Choose a strong password for the bot. You can generate a good password with a command like this: `pwgen -s 64 1`. Choose a strong password for the bot. You can generate a good password with a command like this: `pwgen -s 64 1`.


Завантаження…
Відмінити
Зберегти