[Web] Add ACL + global switch to disable external alias goto

This commit is contained in:
FreddleSpl0it
2026-08-18 14:07:37 +02:00
parent 6644699e65
commit 8bd9e12a73
6 changed files with 48 additions and 2 deletions
+4
View File
@@ -246,6 +246,10 @@ $PW_RESET_TOKEN_LIMIT = 3;
// Maximum time in minutes a password reset token is valid
$PW_RESET_TOKEN_LIFETIME = 15;
// Globally forbid aliases with external (non-local) goto domains for ALL roles (incl. admins),
// overriding the per-domain-admin da_acl. false = defer to da_acl.
$ALIAS_DISABLE_EXTERNAL_DOMAINS = false;
// UV flag handling in FIDO2/WebAuthn - defaults to false to allow iOS logins
// true = required
// false = preferred