Просмотр исходного кода

Fix Variable Registration bot

variable need to be named:
matrix_bot_matrix_registration_bot_bot_password

and not:
matrix_bot_matrix_registration_bot_password

Dont know if it need fixed in every rule or just change the docs
pull/2800/head
wuast94 2 лет назад
committed by GitHub
Родитель
Сommit
02de889656
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      docs/configuring-playbook-bot-matrix-registration-bot.md

+ 1
- 1
docs/configuring-playbook-bot-matrix-registration-bot.md Просмотреть файл

@@ -25,7 +25,7 @@ matrix_bot_matrix_registration_bot_enabled: true
# matrix_bot_matrix_registration_bot_matrix_user_id_localpart: bot.matrix-registration-bot

# Generate a strong password here. Consider generating it with `pwgen -s 64 1`
matrix_bot_matrix_registration_bot_password: PASSWORD_FOR_THE_BOT
matrix_bot_matrix_registration_bot_bot_password: PASSWORD_FOR_THE_BOT

# Enables registration
matrix_synapse_enable_registration: true


Загрузка…
Отмена
Сохранить