admin/options: added webdav wiki link

Massimo Melina committed May 3, 2026 at 23:18 UTC 3082b3a84804ff2e7708725468870fb2898aa13d
1 file changed +1 -1
admin/src/OptionsPage.ts
+1 -1
@@ -260,7 +260,7 @@ export default function OptionsPage() {
260
261 { k: CFG.force_webdav_login, comp: WebdavAgentAuthField, sm: true, label: "WebDAV force login",
262 fallbackRE: 'Microsoft-WebDAV', // ms-webdav won't send credentials even with the initial_auth – it must be forced, so we offer it as preset regex if you don't like the *always* value
263 - helperText: "Force login for clients that mishandle mixed anonymous/protected access",
263 + helperText: ["Force login for clients that mishandle mixed anonymous/protected access. ", wikiLink('webdav', "Why?") ],
264 },
265 values[CFG.force_webdav_login] !== true && { k: CFG.webdav_initial_auth, comp: WebdavAgentAuthField, sm: 6, label: "WebDAV initial auth",
266 helperText: "Force login only once. Used only when previous option does not match",