From 2331c740ced75bff6ef8b133d60199ca2b129b58 Mon Sep 17 00:00:00 2001 From: Paul Peng Deng Date: Wed, 3 Jan 2018 22:23:41 +1100 Subject: [PATCH] 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.