mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
display internal authentication types in online help
This commit is contained in:
parent
65ce0c57e5
commit
b8c2bc29ec
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
||||||
("auth", OrderedDict([
|
("auth", OrderedDict([
|
||||||
("type", {
|
("type", {
|
||||||
"value": "none",
|
"value": "none",
|
||||||
"help": "authentication method",
|
"help": "authentication method (" + "|".join(auth.INTERNAL_TYPES) + ")",
|
||||||
"type": str_or_callable,
|
"type": str_or_callable,
|
||||||
"internal": auth.INTERNAL_TYPES}),
|
"internal": auth.INTERNAL_TYPES}),
|
||||||
("cache_logins", {
|
("cache_logins", {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue