web ui: New setting for browser-based login
This is useful in cases where OIDC login is active which would then redirect the user to a central login page. See https://github.com/Kozea/Radicale/issues/2143
This commit is contained in:
@@ -691,7 +691,11 @@ This is an automated message. Please do not reply.""",
|
||||
"value": "internal",
|
||||
"help": "web interface backend",
|
||||
"type": str_or_callable,
|
||||
"internal": web.INTERNAL_TYPES})])),
|
||||
"internal": web.INTERNAL_TYPES}),
|
||||
("prefer_browser_login", {
|
||||
"value": "False",
|
||||
"help": "prefer browser login",
|
||||
"type": bool})])),
|
||||
("logging", OrderedDict([
|
||||
("level", {
|
||||
"value": "info",
|
||||
|
||||
Reference in New Issue
Block a user