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
It is very easy to integrate Nextcloud with JHipster.
155
+
154
156
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.
155
157
In the Nextcloud user table settings of SQL Backends, configure it as:
156
158
```
@@ -162,54 +164,28 @@ Email column: email
162
164
Hashing algorithm: Unix (Crypt)
163
165
```
164
166
165
-
## Features
166
-
Currently, it supports most of postfixadmin's encryption options, except dovecot and saslauthd.
167
-
It was tested and developed for a postfixadmin database.
168
-
169
-
Password changing is disabled by default, but can be enabled in the Admin area.
170
-
Caution: user_sql does not recreate password salts, which imposes a security risk.
171
-
Password salts should be newly generated whenever the password changes.
172
-
173
-
The column autocomplete works only for MySQL and PostgreSQL database which is used to validate form data.
174
-
If you use other database use *occ* command to set the application config parameters with domain suffix.
175
-
176
-
For example to set 'sql_hostname' parameter in default domain use:
0 commit comments