diff --git a/sp-modules/roundcube/module.nix b/sp-modules/roundcube/module.nix index 099cd3d..ffa6b6e 100644 --- a/sp-modules/roundcube/module.nix +++ b/sp-modules/roundcube/module.nix @@ -122,7 +122,7 @@ in imageFile = ./icon.svg; displayName = "Roundcube"; subdomain = cfg.subdomain; - isTokenNeeded = true; + isTokenNeeded = false; originUrl = "https://${cfg.subdomain}.${domain}/index.php/login/oauth"; originLanding = "https://${cfg.subdomain}.${domain}/"; useShortPreferredUsername = false;