diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-12-22 15:21:09 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-12-23 12:38:04 +0100 |
commit | 504a1f0d5710ea37361c805ebb2afe88f4654620 (patch) | |
tree | 6aa0bf90b49ed7d8d76abac0e222b22d5c361475 /apps/testing/appinfo | |
parent | 91c87d3a7a219101abdb14c096a15587b79e5bea (diff) | |
download | nextcloud-server-504a1f0d5710ea37361c805ebb2afe88f4654620.tar.gz nextcloud-server-504a1f0d5710ea37361c805ebb2afe88f4654620.zip |
Testing app switch to force-enable test user backend
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/testing/appinfo')
-rw-r--r-- | apps/testing/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml index bd64fca2121..caefd1709c5 100644 --- a/apps/testing/appinfo/info.xml +++ b/apps/testing/appinfo/info.xml @@ -10,6 +10,6 @@ <nextcloud min-version="12" max-version="12" /> </dependencies> <types> - <type>prelogin</type> + <authentication/> </types> </info> |