diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-21 17:24:30 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-09-21 17:59:48 +0200 |
commit | b1f05ef1f36cff5f0bc50f79a05b2393233efe46 (patch) | |
tree | 85252262074f5dcc259208dca32b5a7a106643c3 /apps/user_webdavauth/templates | |
parent | 283216e9a0eecb0679b1885842694879721e06f4 (diff) | |
download | nextcloud-server-b1f05ef1f36cff5f0bc50f79a05b2393233efe46.tar.gz nextcloud-server-b1f05ef1f36cff5f0bc50f79a05b2393233efe46.zip |
Move WebDAVAuth to User_External
Diffstat (limited to 'apps/user_webdavauth/templates')
-rw-r--r-- | apps/user_webdavauth/templates/settings.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/user_webdavauth/templates/settings.php b/apps/user_webdavauth/templates/settings.php deleted file mode 100644 index a87c0ad159a..00000000000 --- a/apps/user_webdavauth/templates/settings.php +++ /dev/null @@ -1,7 +0,0 @@ -<form id="webdavauth" class="section" action="#" method="post"> - <h2><?php p($l->t('WebDAV Authentication'));?></h2> - <p><label for="webdav_url"><?php p($l->t('Address:').' ');?><input type="url" placeholder="https://example.com/webdav" id="webdav_url" name="webdav_url" value="<?php p($_['webdav_url']); ?>"></label> - <input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']) ?>" id="requesttoken"> - <input type="submit" value="<?php p($l->t('Save')); ?>" /> - <br /><?php p($l->t('The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials.')); ?> -</form> |