summaryrefslogtreecommitdiffstats
path: root/apps/files_external/templates
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2016-02-17 13:55:27 +0100
committerRobin Appelman <icewind@owncloud.com>2016-02-17 13:55:27 +0100
commitc2c6caee93c491de9fa9a2e7c2eea036f4974e61 (patch)
tree7b9d975c1257d757593fc1f2c19ddac1dc16dde9 /apps/files_external/templates
parent7b0f83b616246c5274b551ab46b923b0989c464e (diff)
downloadnextcloud-server-c2c6caee93c491de9fa9a2e7c2eea036f4974e61.tar.gz
nextcloud-server-c2c6caee93c491de9fa9a2e7c2eea036f4974e61.zip
remove global credentials
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r--apps/files_external/templates/settings.php17
1 files changed, 1 insertions, 16 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index 8b453fe77c3..f7caf3d2caa 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -68,23 +68,8 @@
}
}
?>
-<form autocomplete="false" class="section" action="#"
- id="global_credentials">
- <h2><?php p($l->t('External Storage')); ?></h2>
- <p><?php p($l->t('Global Credentials')); ?></p>
- <input type="text" name="username"
- autocomplete="false"
- value="<?php p($_['globalCredentials']['user']); ?>"
- placeholder="<?php p($l->t('Username')) ?>"/>
- <input type="password" name="password"
- autocomplete="false"
- value="<?php p($_['globalCredentials']['password']); ?>"
- placeholder="<?php p($l->t('Password')) ?>"/>
- <input type="hidden" name="uid"
- value="<?php p($_['globalCredentialsUid']); ?>"/>
- <input type="submit" value="<?php p($l->t('Save')) ?>"/>
-</form>
<form id="files_external" class="section" data-encryption-enabled="<?php echo $_['encryptionEnabled']?'true': 'false'; ?>">
+ <h2><?php p($l->t('External Storage')); ?></h2>
<?php if (isset($_['dependencies']) and ($_['dependencies']<>'')) print_unescaped(''.$_['dependencies'].''); ?>
<table id="externalStorage" class="grid" data-admin='<?php print_unescaped(json_encode($_['visibilityType'] === BackendService::VISIBILITY_ADMIN)); ?>'>
<thead>