Skip to content

Commit 6d4c571

Browse files
committed
Integration
1 parent fa4c540 commit 6d4c571

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Name | Description | Details
3838
**SQL driver** | The database driver to use. Currently supported drivers are: mysql, pgsql. | Mandatory.
3939
**Hostname** | The hostname on which the database server resides. | Mandatory.
4040
**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.
4343

4444
### Options
4545

@@ -137,29 +137,29 @@ CREATE TABLE sql_user_group
137137
```
138138

139139
### WordPress
140-
Thanks to this app, Nextcloud can easily integrate with Wordpress.
141140

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:
143143
```
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)
148149
```
149150

150151
### JHipster
151-
It is very easy to integrate Nextcloud with JHipster.
152152

153+
It is very easy to integrate Nextcloud with JHipster.
153154
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:
156156
```
157-
Table: jhi_users
158-
Username Column: login
159-
Password Column: password_hash
160-
Encryption Type: Joomla > 2.5.18 phppass
161-
User Activate Column: activated
162-
Email Column: email
157+
User table: jhi_users
158+
Username column: login
159+
Password column: password_hash
160+
Email column: email
161+
162+
Hashing algorithm: Unix (Crypt)
163163
```
164164

165165
## Features

0 commit comments

Comments
 (0)