You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ Requires the php-ssh2 PECL module installed.
180
180
XMPP (Prosody)
181
181
----
182
182
Authenticate Nextcloud users against a Prosody XMPP MySQL database.
183
-
Prosody user and password need to be given for the Nextcloud login
183
+
Prosody user and password need to be given for the Nextcloud login.
184
184
185
185
186
186
### Configuration
@@ -195,10 +195,20 @@ Add the following to your `config.php`:
195
195
2 => 'dbuser',
196
196
3 => 'dbuserpassword',
197
197
4 => 'xmppdomain',
198
+
5 => true,
198
199
),
199
200
),
200
201
),
201
202
203
+
0 - Database Host
204
+
1 - Prosody Database Name
205
+
2 - Database User
206
+
3 - Database User Password
207
+
4 - XMPP Domain
208
+
5 - Hashed Passwords in Database (true) / Plaintext Passwords in Database (false)
209
+
210
+
**⚠⚠ 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. ⚠⚠
0 commit comments