display internal authentication types in online help
This commit is contained in:
@@ -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", {
|
||||||
|
|||||||
Reference in New Issue
Block a user