Przeglądaj źródła

Merge pull request #3810 from luixxiul/fix

Update docs/registering-users.md: fix broken anchor links
pull/3814/head
Slavi Pantaleev 1 rok temu
committed by GitHub
rodzic
commit
7b6972aea5
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      docs/registering-users.md

+ 3
- 3
docs/registering-users.md Wyświetl plik

@@ -42,7 +42,7 @@ ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=<your-usern


### Registering users manually for Synapse ### Registering users manually for Synapse


If you're using the [Synapse](configuring-playbook-synapse.md) homeserver implementation (which is the default), you can register users via the command-line after **SSH**-ing to your server (requires that [all services have been started](#starting-the-services)):
If you're using the [Synapse](configuring-playbook-synapse.md) homeserver implementation (which is the default), you can register users via the command-line after **SSH**-ing to your server (requires that [all services have been started](installing.md#install-matrix-server-and-services)):


```sh ```sh
/matrix/synapse/bin/register-user <your-username> <your-password> <admin access: 0 or 1> /matrix/synapse/bin/register-user <your-username> <your-password> <admin access: 0 or 1>
@@ -52,7 +52,7 @@ If you're using the [Synapse](configuring-playbook-synapse.md) homeserver implem


### Registering users manually for Dendrite ### Registering users manually for Dendrite


If you're using the [Dendrite](./configuring-playbook-dendrite.md) homeserver implementation, you can register users via the command-line after **SSH**-ing to your server (requires that [all services have been started](#starting-the-services)):
If you're using the [Dendrite](./configuring-playbook-dendrite.md) homeserver implementation, you can register users via the command-line after **SSH**-ing to your server (requires that [all services have been started](installing.md#install-matrix-server-and-services)):


```sh ```sh
/matrix/dendrite/bin/create-account <your-username> <your-password> <admin access: 0 or 1> /matrix/dendrite/bin/create-account <your-username> <your-password> <admin access: 0 or 1>
@@ -62,7 +62,7 @@ If you're using the [Dendrite](./configuring-playbook-dendrite.md) homeserver im


### Registering users manually for Matrix Authentication Service ### Registering users manually for Matrix Authentication Service


If you're using the [Matrix Authentication Service](./configuring-playbook-matrix-authentication-service.md) and your existing homeserver (most likely [Synapse](./configuring-playbook-synapse.md)) is delegating authentication to it, you can register users via the command-line after **SSH**-ing to your server (requires that [all services have been started](#starting-the-services)):
If you're using the [Matrix Authentication Service](./configuring-playbook-matrix-authentication-service.md) and your existing homeserver (most likely [Synapse](./configuring-playbook-synapse.md)) is delegating authentication to it, you can register users via the command-line after **SSH**-ing to your server (requires that [all services have been started](installing.md#install-matrix-server-and-services)):


```sh ```sh
/matrix/matrix-authentication-service/bin/register-user <your-username> <your-password> <admin access: 0 or 1> /matrix/matrix-authentication-service/bin/register-user <your-username> <your-password> <admin access: 0 or 1>


Ładowanie…
Anuluj
Zapisz