summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-06-24 13:57:52 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-06-24 13:57:52 +0200
commit7a3cfbc3c8d7e2453e962ace592212f00148176e (patch)
tree109afe796f0ef55f83fecf612faba8996332af2b
parent161ca900e00a04ff7db4223c06810985c7ff24ca (diff)
parent4da1c842962e6f1da2c0277ea4bc8c7359c78fbc (diff)
downloadnextcloud-server-7a3cfbc3c8d7e2453e962ace592212f00148176e.tar.gz
nextcloud-server-7a3cfbc3c8d7e2453e962ace592212f00148176e.zip
Merge pull request #17133 from owncloud/rename-user-webdavauth
Rename user_webdavauth to prevent accidental activation - refs #17112
-rw-r--r--apps/user_webdavauth/appinfo/info.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_webdavauth/appinfo/info.xml b/apps/user_webdavauth/appinfo/info.xml
index abbf79131b5..755a6d5bfb4 100644
--- a/apps/user_webdavauth/appinfo/info.xml
+++ b/apps/user_webdavauth/appinfo/info.xml
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
<info>
<id>user_webdavauth</id>
- <name>WebDAV user backend</name>
- <description>Authenticate users by a WebDAV call. You can use any WebDAV server, ownCloud server or other webserver to authenticate. It should return http 200 for right credentials and http 401 for wrong ones.
+ <name>User backend using remote HTTP servers</name>
+ <description>Authenticate users by a WebDAV call. You can use any WebDAV server, ownCloud server or other web server to authenticate. It should return http 200 for right credentials and http 401 for wrong ones.
- Attention: This app is not compatible with the LDAP user and group backend. This app is not the webdav interface of ownCloud, if you don't understand what it does then do not enable it.</description>
+ Attention: This app is not compatible with the LDAP user and group backend. This app is not the WebDAV interface of ownCloud, if you don't understand what it does then do not enable it.</description>
<licence>AGPL</licence>
<author>Frank Karlitschek</author>
<requiremin>4.93</requiremin>