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
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Sync the users' email addresses with the addresses stored by Nextcloud.
29
29
30
30
Below are detailed descriptions of all available options.
31
31
32
-
### Database connection
32
+
####Database connection
33
33
34
34
This section contains the database connection parameters.
35
35
@@ -41,7 +41,7 @@ Name | Description | Details
41
41
**Username** | The name of the user for the connection. | Optional.
42
42
**Password** | The password of the user for the connection. | Optional.
43
43
44
-
### Options
44
+
####Options
45
45
46
46
Here are all currently supported options.
47
47
@@ -55,7 +55,7 @@ Name | Description | Details
55
55
**Home mode** | User storage path.<br/>- *Default* - Let the Nextcloud manage this. The default option.<br/>- *Query* - Use location from the user table pointed by the *home* column.<br/>- *Static* - Use static location. The `%u` variable is replaced with the username of the user. | Optional<br/>Default: *Default*.
56
56
**Home Location** | User storage path for the `static`*home mode*. | Mandatory if the *Home mode* is set to `Static`.
57
57
58
-
### User table
58
+
####User table
59
59
60
60
The definition of user table. The table containing user accounts.
61
61
@@ -69,7 +69,7 @@ Name | Description | Details
69
69
**Display name** | Display name column. | Optional.
70
70
**Can change avatar** | Flag indicating if user can change its avatar. | Optional.<br/>Default: false.
71
71
72
-
### Group table
72
+
####Group table
73
73
74
74
Group definitions table.
75
75
@@ -80,7 +80,7 @@ Name | Description | Details
80
80
**Display name** | Display name column. | Optional.
81
81
**Group name** | Group name column. | Mandatory for group backend.
82
82
83
-
### User group table
83
+
####User group table
84
84
85
85
Associative table which maps users to groups.
86
86
@@ -136,7 +136,7 @@ CREATE TABLE sql_user_group
136
136
);
137
137
```
138
138
139
-
### WordPress
139
+
####WordPress
140
140
141
141
Thanks to this app, Nextcloud can easily integrate with Wordpress.
142
142
@@ -149,7 +149,7 @@ Password column: user_pass
149
149
Hashing algorithm: Unix (Crypt)
150
150
```
151
151
152
-
### JHipster
152
+
####JHipster
153
153
154
154
It is very easy to integrate Nextcloud with JHipster.
155
155
@@ -164,28 +164,28 @@ Email column: email
164
164
Hashing algorithm: Unix (Crypt)
165
165
```
166
166
167
-
# Hash algorithms
167
+
##Hash algorithms
168
168
169
169
TODO
170
170
171
-
# Development
171
+
##Development
172
172
173
-
## Add new database support
173
+
####Add new database support
174
174
175
175
TODO
176
176
177
-
## Add new hashing algorithm
177
+
####Add new hashing algorithm
178
178
179
179
TODO
180
180
181
-
# Acknowledgments
181
+
###Acknowledgments
182
182
183
183
This repository contains continuation of work done in [this repo](https://www.aboehler.at/hg/user_sql/).
184
184
This plugin was heavily based on user_imap, user_pwauth, user_ldap and user_redmine!
185
185
186
186
Since version 4.0.0 the whole core implementation has been rewritten.
187
187
188
-
# Credits
188
+
###Credits
189
189
190
190
* Andreas Boehler for releasing the first version of this application
0 commit comments