Quellcode durchsuchen

Mention pwgen for generating a strong shared secret

pull/531/head
Slavi Pantaleev vor 5 Jahren
Ursprung
Commit
2952b2e7f3
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. +2
    -0
      docs/configuring-playbook-shared-secret-auth.md

+ 2
- 0
docs/configuring-playbook-shared-secret-auth.md Datei anzeigen

@@ -11,6 +11,8 @@ matrix_synapse_ext_password_provider_shared_secret_auth_enabled: true
matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret: YOUR_SHARED_SECRET_GOES_HERE
```

You can generate a strong shared secret with a command like this: `pwgen -s 64 1`


## Authenticating only using a password provider



Laden…
Abbrechen
Speichern