Integration

This commit is contained in:
Marcin Łojewski
2018-06-13 09:07:29 +02:00
parent fa4c540b38
commit 6d4c57193d

View File

@@ -137,29 +137,29 @@ CREATE TABLE sql_user_group
``` ```
### WordPress ### WordPress
Thanks to this app, Nextcloud can easily integrate with Wordpress.
In the Nextcloud Column Settings of SQL User Backend, configure it as Thanks to this app, Nextcloud can easily integrate with Wordpress.
In the Nextcloud user table settings of SQL Backends, configure it as:
``` ```
Table: wp_users User table: wp_users
Username Column: user_login Username column: user_login
Password Column: user_pass Password column: user_pass
Encryption Type: Joomla > 2.5.18 phppass
Hashing algorithm: Unix (Crypt)
``` ```
### JHipster ### JHipster
It is very easy to integrate Nextcloud with JHipster. It is very easy to integrate Nextcloud with JHipster.
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. 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.
In the Nextcloud user table settings of SQL Backends, configure it as:
In the Nextcloud Column Settings of SQL User Backend, configure it as
``` ```
Table: jhi_users User table: jhi_users
Username Column: login Username column: login
Password Column: password_hash Password column: password_hash
Encryption Type: Joomla > 2.5.18 phppass Email column: email
User Activate Column: activated
Email Column: email Hashing algorithm: Unix (Crypt)
``` ```
## Features ## Features