From 2331c740ced75bff6ef8b133d60199ca2b129b58 Mon Sep 17 00:00:00 2001 From: Paul Peng Deng Date: Wed, 3 Jan 2018 22:23:41 +1100 Subject: [PATCH 1/3] Added JHipster in Integration section --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb31ab4..7396d46 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,29 @@ git clone https://github.com/nextcloud/user_sql.git ### WordPress Thanks to this app, NextCloud can easily integrate with Wordpress. -In the Column Setting of SQL User Backend, configure it as +In the NextCloud Column Settings of SQL User Backend, configure it as ``` Table: wp_users Username Column: user_login Password Column: user_pass Encryption Type: Joomla > 2.5.18 phppass ``` + +### 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. + +In the NextCloud Column Settings of SQL User Backend, configure it as +``` +Table: jhi_users +Username Column: login +Password Column: password_hash +Encryption Type: Joomla > 2.5.18 phppass +User Activate Column: activated +Email Column: email +``` + ## Features Currently, it supports most of postfixadmin's encryption options, except dovecot and saslauthd. It was tested and developed for a postfixadmin database. From f1915df080b5228abb115d35faad0d8e811cace0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Wed, 3 Jan 2018 12:29:52 +0100 Subject: [PATCH 2/3] typo NextCloud -> Nextcloud --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7396d46..f7a6c36 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,11 @@ Encryption Type: Joomla > 2.5.18 phppass ``` ### 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. -In the NextCloud Column Settings of SQL User Backend, configure it as +In the Nextcloud Column Settings of SQL User Backend, configure it as ``` Table: jhi_users Username Column: login From e43b8ee4aeed26a34abe58ed396f93f75854959c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Wed, 3 Jan 2018 12:31:07 +0100 Subject: [PATCH 3/3] missed one typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7a6c36..1419d27 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ git clone https://github.com/nextcloud/user_sql.git ### WordPress Thanks to this app, NextCloud can easily integrate with Wordpress. -In the NextCloud Column Settings of SQL User Backend, configure it as +In the Nextcloud Column Settings of SQL User Backend, configure it as ``` Table: wp_users Username Column: user_login