瀏覽代碼

add automatic registration of chatgpt bot's user (if password is provided)

pull/3060/head
Aine 2 年之前
父節點
當前提交
87a74335f9
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 34969C908CCA2804
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      group_vars/matrix_servers

+ 6
- 0
group_vars/matrix_servers 查看文件

@@ -4303,6 +4303,12 @@ matrix_user_creator_users_auto: |
'initial_type': 'admin',
}] if matrix_bot_matrix_registration_bot_enabled else [])
+
([{
'username': matrix_bot_chatgpt_matrix_bot_username_localpart,
'initial_password': matrix_bot_chatgpt_matrix_bot_password,
'initial_type': 'bot',
}] if matrix_bot_chatgpt_enabled and matrix_bot_chatgpt_matrix_bot_password | length > 0 else [])
+
([{
'username': matrix_bot_matrix_reminder_bot_matrix_user_id_localpart,
'initial_password': matrix_bot_matrix_reminder_bot_matrix_user_password,


Loading…
取消
儲存