Kaynağa Gözat

Only auto-create draupnir user if a password has been set

The Draupnir role supports configuring it with either an access token or with a password.

When a password is not assigned (which means the access token mode is used), the user is to be created manually.
pull/3941/head
Slavi Pantaleev 1 yıl önce
committed by GitHub
ebeveyn
işleme
6a5e8c2866
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Dosyayı Görüntüle

@@ -5864,7 +5864,7 @@ matrix_user_creator_users_auto: |
'username': matrix_bot_draupnir_login,
'initial_password': matrix_bot_draupnir_password,
'initial_type': 'bot',
}] if matrix_bot_draupnir_enabled else [])
}] if matrix_bot_draupnir_enabled and matrix_bot_draupnir_password else [])
}}

######################################################################


Yükleniyor…
İptal
Kaydet