File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ Requires the php-ssh2 PECL module installed.
180180XMPP (Prosody)
181181----
182182Authenticate 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.
184184
185185
186186### Configuration
@@ -195,10 +195,17 @@ Add the following to your `config.php`:
195195 2 => 'dbuser',
196196 3 => 'dbuserpassword',
197197 4 => 'xmppdomain',
198+ 5 => true,
198199 ),
199200 ),
200201 ),
201202
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)
202209
203210Alternatives
204211------------
You can’t perform that action at this time.
0 commit comments