Просмотр исходного кода

Use common strings: change "full identifier" to "full ID"

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3862/head
Suguru Hirahara 1 год назад
Родитель
Сommit
9db3dd676e
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
4 измененных файлов: 4 добавлений и 4 удалений
  1. +1
    -1
      docs/installing.md
  2. +1
    -1
      docs/quick-start.md
  3. +1
    -1
      docs/registering-users.md
  4. +1
    -1
      docs/updating-users-passwords.md

+ 1
- 1
docs/installing.md Просмотреть файл

@@ -83,7 +83,7 @@ To create your user account (as an administrator of the server) via this Ansible


**Notes**: **Notes**:
- Make sure to adjust `YOUR_USERNAME_HERE` and `YOUR_PASSWORD_HERE` - Make sure to adjust `YOUR_USERNAME_HERE` and `YOUR_PASSWORD_HERE`
- For `YOUR_USERNAME_HERE`, use a plain username like `alice`, not your full identifier (`@alice:example.com`)
- For `YOUR_USERNAME_HERE`, use a plain username like `alice`, not your full ID (`@alice:example.com`)
- Use `admin=yes` to make your user account an administrator of the Matrix server - Use `admin=yes` to make your user account an administrator of the Matrix server


```sh ```sh


+ 1
- 1
docs/quick-start.md Просмотреть файл

@@ -136,7 +136,7 @@ To create your user account (as an administrator of the server) via this Ansible


**💡 Notes**: **💡 Notes**:
- Make sure to adjust `YOUR_USERNAME_HERE` and `YOUR_PASSWORD_HERE` - Make sure to adjust `YOUR_USERNAME_HERE` and `YOUR_PASSWORD_HERE`
- For `YOUR_USERNAME_HERE`, use a plain username like `alice`, not your full identifier (`@alice:example.com`)
- For `YOUR_USERNAME_HERE`, use a plain username like `alice`, not your full ID (`@alice:example.com`)


```sh ```sh
ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=YOUR_USERNAME_HERE password=YOUR_PASSWORD_HERE admin=yes' --tags=register-user ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=YOUR_USERNAME_HERE password=YOUR_PASSWORD_HERE admin=yes' --tags=register-user


+ 1
- 1
docs/registering-users.md Просмотреть файл

@@ -15,7 +15,7 @@ Table of contents:


**Notes**: **Notes**:
- Make sure to adjust `USERNAME_HERE` and `PASSWORD_HERE` - Make sure to adjust `USERNAME_HERE` and `PASSWORD_HERE`
- For `USERNAME_HERE`, use a plain username like `alice`, not a full identifier (`@alice:example.com`)
- For `USERNAME_HERE`, use a plain username like `alice`, not a full ID (`@alice:example.com`)
- Use `admin=yes` or `admin=no` depending on whether you wish to make the user an administrator of the Matrix server - Use `admin=yes` or `admin=no` depending on whether you wish to make the user an administrator of the Matrix server


After registering a user (using one of the methods below), **you can log in with that user** via the [Element Web](configuring-playbook-client-element-web.md) service that this playbook has installed for you at a URL like this: `https://element.example.com/`. After registering a user (using one of the methods below), **you can log in with that user** via the [Element Web](configuring-playbook-client-element-web.md) service that this playbook has installed for you at a URL like this: `https://element.example.com/`.


+ 1
- 1
docs/updating-users-passwords.md Просмотреть файл

@@ -4,7 +4,7 @@


**Notes**: **Notes**:
- Make sure to adjust `USERNAME_HERE` and `PASSWORD_HERE` - Make sure to adjust `USERNAME_HERE` and `PASSWORD_HERE`
- For `USERNAME_HERE`, use a plain username like `alice`, not a full identifier (`@alice:example.com`)
- For `USERNAME_HERE`, use a plain username like `alice`, not a full ID (`@alice:example.com`)


You can reset a user's password via the Ansible playbook: You can reset a user's password via the Ansible playbook:




Загрузка…
Отмена
Сохранить