diff --git a/doc/DISCLAIMER.md b/doc/ADMIN.md similarity index 84% rename from doc/DISCLAIMER.md rename to doc/ADMIN.md index 75100c0..5be56e1 100644 --- a/doc/DISCLAIMER.md +++ b/doc/ADMIN.md @@ -8,9 +8,3 @@ * [PluggableAuth](https://www.mediawiki.org/wiki/Extension:PluggableAuth) Some of the extensions are marked as "disabled and unused" because they are not immediately required but are part of the MediaWiki "LDAP Stack" which may be needed in future versions. - -#### Multi-users support - -* Is LDAP supported?: **yes** -* Is HTTP auth supported?: **no** -* Can the app be used by multiple users?: **yes** diff --git a/doc/DISCLAIMER_fr.md b/doc/ADMIN_fr.md similarity index 77% rename from doc/DISCLAIMER_fr.md rename to doc/ADMIN_fr.md index 9b0647b..67cd2eb 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/ADMIN_fr.md @@ -8,9 +8,3 @@ * [PluggableAuth](https://www.mediawiki.org/wiki/Extension:PluggableAuth) Certaines extensions sont marquées comme "désactivées et inutilisées" car elles font partie de la "pile LDAP" de MediaWiki qui pourrait être nécessaire dans les versions futures. - -#### Support multi-utilisateur - -* L'authentification LDAP est-elle prise en charge ? **Oui** -* L'authentification HTTP est-elle prise en charge ? **Non** -* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui** diff --git a/manifest.toml b/manifest.toml index e5e6e97..c89edbb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,7 +22,7 @@ yunohost = ">= 11.1.17" architectures = "all" multi_instance = true ldap = true -sso = true +sso = false disk = "50M" ram.build = "50M" ram.runtime = "50M"