Procházet zdrojové kódy

Add unicode_normalization option to MAS password config

The MAS docs recommend this option for migrated Synapse passwords
to work: https://element-hq.github.io/matrix-authentication-service/setup/migration.html#local-passwords
pull/4538/head
David Mehren před 6 měsíci
committed by Slavi Pantaleev
rodič
revize
945c4b503c
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      group_vars/matrix_servers

+ 1
- 0
group_vars/matrix_servers Zobrazit soubor

@@ -666,6 +666,7 @@ matrix_authentication_service_config_passwords_schemes:
- version: 1 - version: 1
secret: "{{ matrix_synapse_password_config_pepper }}" secret: "{{ matrix_synapse_password_config_pepper }}"
algorithm: bcrypt algorithm: bcrypt
unicode_normalization: true
- version: 2 - version: 2
algorithm: argon2id algorithm: argon2id




Načítá se…
Zrušit
Uložit