diff --git a/README.md b/README.md index c32a49b..46053a0 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,10 @@ this package: ## Limitations -To integrate the logout button to the SSO, we have to patch ownCloud sources -until this [feature](https://github.com/owncloud/core/pull/24642) is integrated. -That is going to give you an alert about invalid integrity core code... +To integrate the logout button to the SSO, we have to patch ownCloud sources. +Since this upstream [pull-request](https://github.com/owncloud/core/pull/24642) +will not be integrated, the code source integrity checking has been disabled to +prevent the warning message. Also, note we made the choice to disable third-parties applications at the upgrade. It allows to prevent an unstable - and sometimes broken - ownCloud diff --git a/conf/config.json b/conf/config.json index 3cb4902..bab82c6 100644 --- a/conf/config.json +++ b/conf/config.json @@ -6,7 +6,8 @@ "#DOMAIN#" ], "updatechecker": false, - "memcache.local": "\\OC\\Memcache\\APCu" + "memcache.local": "\\OC\\Memcache\\APCu", + "integrity.check.disabled": true }, "apps": { "user_ldap": {