mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Updated documentation to better reflect the workings of Jitsi internal authentication with this playbook
This commit is contained in:
parent
0c101f20c4
commit
f2293f61ee
@ -48,11 +48,13 @@ matrix_jitsi_enable_auth: true
|
|||||||
matrix_jitsi_enable_guests: true
|
matrix_jitsi_enable_guests: true
|
||||||
matrix_jitsi_prosody_auth_internal_accounts:
|
matrix_jitsi_prosody_auth_internal_accounts:
|
||||||
- username: "jitsi-moderator"
|
- username: "jitsi-moderator"
|
||||||
password: "some-password"
|
password: "secret-password"
|
||||||
- username: "other-user"
|
- username: "another-user"
|
||||||
password: "some-other-password"
|
password: "another-password"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Caution:** Accounts added here and subsquently removed will not be automatically removed from the Prosody server until user account cleaning is integrated into the playbook.
|
||||||
|
|
||||||
**If you get an error** like this: "Error: Account creation/modification not supported.", it's likely that you had previously installed Jitsi without auth/guest support. In such a case, you should look into [Rebuilding your Jitsi installation](#rebuilding-your-jitsi-installation).
|
**If you get an error** like this: "Error: Account creation/modification not supported.", it's likely that you had previously installed Jitsi without auth/guest support. In such a case, you should look into [Rebuilding your Jitsi installation](#rebuilding-your-jitsi-installation).
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user