Skip to content

Commit dae53a4

Browse files
committed
Chapter levels
1 parent 29f1fa0 commit dae53a4

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Sync the users' email addresses with the addresses stored by Nextcloud.
2929

3030
Below are detailed descriptions of all available options.
3131

32-
### Database connection
32+
#### Database connection
3333

3434
This section contains the database connection parameters.
3535

@@ -41,7 +41,7 @@ Name | Description | Details
4141
**Username** | The name of the user for the connection. | Optional.
4242
**Password** | The password of the user for the connection. | Optional.
4343

44-
### Options
44+
#### Options
4545

4646
Here are all currently supported options.
4747

@@ -55,7 +55,7 @@ Name | Description | Details
5555
**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*.
5656
**Home Location** | User storage path for the `static` *home mode*. | Mandatory if the *Home mode* is set to `Static`.
5757

58-
### User table
58+
#### User table
5959

6060
The definition of user table. The table containing user accounts.
6161

@@ -69,7 +69,7 @@ Name | Description | Details
6969
**Display name** | Display name column. | Optional.
7070
**Can change avatar** | Flag indicating if user can change its avatar. | Optional.<br/>Default: false.
7171

72-
### Group table
72+
#### Group table
7373

7474
Group definitions table.
7575

@@ -80,7 +80,7 @@ Name | Description | Details
8080
**Display name** | Display name column. | Optional.
8181
**Group name** | Group name column. | Mandatory for group backend.
8282

83-
### User group table
83+
#### User group table
8484

8585
Associative table which maps users to groups.
8686

@@ -136,7 +136,7 @@ CREATE TABLE sql_user_group
136136
);
137137
```
138138

139-
### WordPress
139+
#### WordPress
140140

141141
Thanks to this app, Nextcloud can easily integrate with Wordpress.
142142

@@ -149,7 +149,7 @@ Password column: user_pass
149149
Hashing algorithm: Unix (Crypt)
150150
```
151151

152-
### JHipster
152+
#### JHipster
153153

154154
It is very easy to integrate Nextcloud with JHipster.
155155

@@ -164,28 +164,28 @@ Email column: email
164164
Hashing algorithm: Unix (Crypt)
165165
```
166166

167-
# Hash algorithms
167+
## Hash algorithms
168168

169169
TODO
170170

171-
# Development
171+
## Development
172172

173-
## Add new database support
173+
#### Add new database support
174174

175175
TODO
176176

177-
## Add new hashing algorithm
177+
#### Add new hashing algorithm
178178

179179
TODO
180180

181-
# Acknowledgments
181+
### Acknowledgments
182182

183183
This repository contains continuation of work done in [this repo](https://www.aboehler.at/hg/user_sql/).
184184
This plugin was heavily based on user_imap, user_pwauth, user_ldap and user_redmine!
185185

186186
Since version 4.0.0 the whole core implementation has been rewritten.
187187

188-
# Credits
188+
### Credits
189189

190190
* Andreas Boehler for releasing the first version of this application
191191
* Johan Hendriks provided his user_postfixadmin

0 commit comments

Comments
 (0)