Skip to content

Commit 42d5227

Browse files
committed
Remove passdb and userdb_args
They don't exist in 2.4
1 parent 6af1a14 commit 42d5227

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

data/settings.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9344,14 +9344,6 @@ The driver used for this password database. If empty, defaults to
93449344
drivers.`
93459345
},
93469346

9347-
passdb_args: {
9348-
tags: [ 'passdb' ],
9349-
values: setting_types.STRING,
9350-
text: `
9351-
Arguments for the passdb driver. The format of this value depends on the
9352-
passdb driver. Each one uses different args.`
9353-
},
9354-
93559347
passdb_fields: {
93569348
tags: [ 'passdb' ],
93579349
values: setting_types.STRLIST,
@@ -11039,13 +11031,6 @@ The driver used for this user database. If empty, defaults to
1103911031
drivers.`
1104011032
},
1104111033

11042-
userdb_args: {
11043-
tags: [ 'userdb' ],
11044-
values: setting_types.STRING,
11045-
text: `
11046-
Arguments for the userdb driver. The format of this value depends on the userdb driver. Each one uses different args.`
11047-
},
11048-
1104911034
userdb_fields: {
1105011035
tags: [ 'userdb' ],
1105111036
values: setting_types.STRLIST,

0 commit comments

Comments
 (0)