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
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,19 +40,20 @@ Name | Description | Details
40
40
**Database** | The name of the database. | Mandatory.
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
+
**System wide values** | Place where database connection parameters are stored.<br/>- *true* - config.php (System wide values).<br/>- *false* - database (App values). | Optional.<br/>Default: *false*.
43
44
44
45
#### Options
45
46
46
47
Here are all currently supported options.
47
48
48
49
Name | Description | Details
49
50
--- | --- | ---
50
-
**Allow display name change** | With this option enabled user can change its display name. The display name change is propagated to the database. | Optional.<br/>Default: false.<br/>Requires: user *Display name* column.
51
-
**Allow password change** | Can user change its password. The password change is propagated to the database. See [Hash algorithms](#hash-algorithms). | Optional.<br/>Default: false.
52
-
**Allow providing avatar** | Can user provide its avatar. The value is used when column *Provide avatar* is not set. | Optional.<br/>Default: false.
53
-
**Case-insensitive username** | Whether user query should be case-sensitive or case-insensitive. | Optional.<br/>Default: false.
54
-
**Reverse active column** | Reverse value of active column in user table. | Optional.<br/>Default: false.
55
-
**Use cache** | Use database query results cache. The cache can be cleared any time with the *Clear cache* button click. | Optional.<br/>Default: false.
51
+
**Allow display name change** | With this option enabled user can change its display name. The display name change is propagated to the database. | Optional.<br/>Default: *false*.<br/>Requires: user *Display name* column.
52
+
**Allow password change** | Can user change its password. The password change is propagated to the database. See [Hash algorithms](#hash-algorithms). | Optional.<br/>Default: *false*.
53
+
**Allow providing avatar** | Can user provide its avatar. The value is used when column *Provide avatar* is not set. | Optional.<br/>Default: *false*.
54
+
**Case-insensitive username** | Whether user query should be case-sensitive or case-insensitive. | Optional.<br/>Default: *false*.
55
+
**Reverse active column** | Reverse value of active column in user table. | Optional.<br/>Default: *false*.
56
+
**Use cache** | Use database query results cache. The cache can be cleared any time with the *Clear cache* button click. | Optional.<br/>Default: *false*.
56
57
**Hash algorithm** | How users passwords are stored in the database. See [Hash algorithms](#hash-algorithms). | Mandatory.
57
58
**Name sync** | Sync display name with the Nextcloud.<br/>- *None* - Disables this feature. This is the default option.<br/>- *Synchronise only once* - Copy the display name to the Nextcloud preferences if its not set.<br/>- *Nextcloud always wins* - Always copy the display name to the database. This updates the user table.<br/>- *SQL always wins* - Always copy the display name to the Nextcloud preferences. | Optional.<br/>Default: *None*.<br/>Requires: user *Display name* column.
58
59
**Email sync** | Sync e-mail address with the Nextcloud.<br/>- *None* - Disables this feature. This is the default option.<br/>- *Synchronise only once* - Copy the e-mail address to the Nextcloud preferences if its not set.<br/>- *Nextcloud always wins* - Always copy the e-mail address to the database. This updates the user table.<br/>- *SQL always wins* - Always copy the e-mail address to the Nextcloud preferences. | Optional.<br/>Default: *None*.<br/>Requires: user *Email* column.
@@ -74,11 +75,11 @@ Name | Description | Details
74
75
**Password** | Password hash column. | Mandatory for user backend.
75
76
**Display name** | Display name column. | Optional.
76
77
**Active** | Flag indicating if user can log in. | Optional.<br/>Default: true.
77
-
**Disabled** | Flag indicating if user should not be visible (not included in searches). | Optional.<br/>Default: false.
78
-
**Provide avatar** | Flag indicating if user can change its avatar. | Optional.<br/>Default: false.
78
+
**Disabled** | Flag indicating if user should not be visible (not included in searches). | Optional.<br/>Default: *false*.
79
+
**Provide avatar** | Flag indicating if user can change its avatar. | Optional.<br/>Default: *false*.
79
80
**Salt** | Salt which is appended to password when checking or changing the password. | Optional.
80
-
**Append salt** | Append a salt to the password. | Optional.<br/>Default: false.
81
-
**Prepend salt** | Prepend a salt to the password. | Optional.<br/>Default: false.
81
+
**Append salt** | Append a salt to the password. | Optional.<br/>Default: *false*.
82
+
**Prepend salt** | Prepend a salt to the password. | Optional.<br/>Default: *false*.
0 commit comments