Explorar el Código

matrix-bot-buscarron: fix username in docs

pull/1786/head
Aine hace 3 años
padre
commit
4d08e935a2
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 34969C908CCA2804
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      docs/configuring-playbook-bot-buscarron.md

+ 1
- 1
docs/configuring-playbook-bot-buscarron.md Ver fichero

@@ -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):

```
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`.


Cargando…
Cancelar
Guardar