summaryrefslogtreecommitdiffstats
path: root/apps/files_external/templates
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-11-17 16:14:21 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2020-11-17 16:14:21 +0100
commit97a1098d4d10bf5c9a8e5bc6ecd68ead419314dc (patch)
tree2977eb96ab7da5a9b630757229c1ab50dc6647df /apps/files_external/templates
parent5acabcf5cbcb1db92fd9661bc1ed5735ae316323 (diff)
downloadnextcloud-server-97a1098d4d10bf5c9a8e5bc6ecd68ead419314dc.tar.gz
nextcloud-server-97a1098d4d10bf5c9a8e5bc6ecd68ead419314dc.zip
Move the global password for files external to post
Again more false positives in some scanners Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r--apps/files_external/templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index 0ccf8366a91..45858709a02 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -205,7 +205,7 @@ $canCreateMounts = $_['visibilityType'] === BackendService::VISIBILITY_ADMIN ||
<div class="followupsection">
<form autocomplete="false" action="#"
- id="global_credentials">
+ id="global_credentials" method="post">
<h2><?php p($l->t('Global credentials')); ?></h2>
<p class="settings-hint"><?php p($l->t('Global credentials can be used to authenticate with multiple external storages that have the same credentials.')); ?></p>
<input type="text" name="username"