Skip to content

Commit 23accc3

Browse files
Update README.md
Signed-off-by: Sebastian <sebastian@wiuwiu.de>
1 parent 16e4fc5 commit 23accc3

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,12 @@ Add the following to your `config.php`:
205205
),
206206
),
207207

208-
0 - Database Host
209-
1 - Prosody Database Name
210-
2 - Database User
211-
3 - Database User Password
212-
4 - XMPP Domain
213-
5 - Hashed Passwords in Database (true) / Plaintext Passwords in Database (false)
208+
- 0 - Database Host
209+
- 1 - Prosody Database Name
210+
- 2 - Database User
211+
- 3 - Database User Password
212+
- 4 - XMPP Domain
213+
- 5 - Hashed Passwords in Database (true) / Plaintext Passwords in Database (false)
214214

215215
**⚠⚠ Warning:** If you need to set *5 (Hashed Password in Database)* to false, your Prosody Instance is storing passwords in plaintext. This is insecure and not recommended. We highly recommend that you change your Prosody configuration to protect the passwords of your Prosody users. ⚠⚠
216216

@@ -235,9 +235,9 @@ Add the following to your `config.php`:
235235
),
236236
),
237237

238-
0 - (Required) Authentication Endpoint: This is the URL to your authentication endpoint. You are fully responsible for doing proper authentication on your authentication endpoint's side. If the authentication was successful, your authentication endpoint must respond with HTTP status code *202*, any other HTTP status code will be detected as unauthenticated.
239-
1 - (Optional) Hash Algorithm: By default, the user's password is sent in plaintext your authentication endpoint. If you set a hash algorithm, only the hashed password is sent to your authentication endpoint. Supportet algorithms: https://www.php.net/manual/en/function.hash-algos.php
240-
2 - (Optional) Access Key: If you have secured your authentication endpoint you can define an access key. This key is sent to your authentication endpoint when Nextcloud tries to send requests to your authentication endpoint.
238+
- 0 - (Required) Authentication Endpoint: This is the URL to your authentication endpoint. You are fully responsible for doing proper authentication on your authentication endpoint's side. If the authentication was successful, your authentication endpoint must respond with HTTP status code *202*, any other HTTP status code will be detected as unauthenticated.
239+
- 1 - (Optional) Hash Algorithm: By default, the user's password is sent in plaintext your authentication endpoint. If you set a hash algorithm, only the hashed password is sent to your authentication endpoint. Supportet algorithms: https://www.php.net/manual/en/function.hash-algos.php
240+
- 2 - (Optional) Access Key: If you have secured your authentication endpoint you can define an access key. This key is sent to your authentication endpoint when Nextcloud tries to send requests to your authentication endpoint.
241241

242242

243243
Alternatives

0 commit comments

Comments
 (0)