roundcube,auth: disable generation of a kanidm service token
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user