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
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ Name | Description | Details
38
38
**SQL driver** | The database driver to use. Currently supported drivers are: mysql, pgsql. | Mandatory.
39
39
**Hostname** | The hostname on which the database server resides. | Mandatory.
40
40
**Database** | The name of the database. | Mandatory.
41
-
**Username** | The name of the user for the connection. | Optional.
42
-
**Password** | The password of the user for the connection. | Optional.
41
+
**Username** | The name of the user for the connection. | Optional.
42
+
**Password** | The password of the user for the connection. | Optional.
43
43
44
44
### Options
45
45
@@ -137,29 +137,29 @@ CREATE TABLE sql_user_group
137
137
```
138
138
139
139
### WordPress
140
-
Thanks to this app, Nextcloud can easily integrate with Wordpress.
141
140
142
-
In the Nextcloud Column Settings of SQL User Backend, configure it as
141
+
Thanks to this app, Nextcloud can easily integrate with Wordpress.
142
+
In the Nextcloud user table settings of SQL Backends, configure it as:
143
143
```
144
-
Table: wp_users
145
-
Username Column: user_login
146
-
Password Column: user_pass
147
-
Encryption Type: Joomla > 2.5.18 phppass
144
+
User table: wp_users
145
+
Username column: user_login
146
+
Password column: user_pass
147
+
148
+
Hashing algorithm: Unix (Crypt)
148
149
```
149
150
150
151
### JHipster
151
-
It is very easy to integrate Nextcloud with JHipster.
152
152
153
+
It is very easy to integrate Nextcloud with JHipster.
153
154
Follow the Using the Database instructions in [Using Jhipster in development](http://www.jhipster.tech/development/) to configure your database. Assume you chose MySQL as JHipster database.
154
-
155
-
In the Nextcloud Column Settings of SQL User Backend, configure it as
155
+
In the Nextcloud user table settings of SQL Backends, configure it as:
0 commit comments