display internal authentication types in online help

This commit is contained in:
Peter Bieringer 2025-03-01 13:16:57 +01:00
parent 65ce0c57e5
commit b8c2bc29ec

View file

@ -203,7 +203,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
("auth", OrderedDict([
("type", {
"value": "none",
"help": "authentication method",
"help": "authentication method (" + "|".join(auth.INTERNAL_TYPES) + ")",
"type": str_or_callable,
"internal": auth.INTERNAL_TYPES}),
("cache_logins", {