From db8f24f47c8ac4f64db1fa4db4b04a2d68700fd9 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 18 Sep 2023 16:16:27 +0200 Subject: [PATCH] Set sso integration to false --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 7723206..bb7cb1c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,7 +19,7 @@ yunohost = ">= 4.3.0" architectures = "all" multi_instance = true ldap = true -sso = "?" # FIXME: replace with true, false, or "not_relevant". Not to confuse with the "ldap" key : the "sso" key corresponds to wether or not a user is *automatically logged-in* on the app when logged-in on the YunoHost portal. +sso = false disk = "500M" ram.build = "50M" ram.runtime = "50M"