Skip to content

Commit 9cced6c

Browse files
rullzerbackportbot[bot]
authored andcommitted
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>
1 parent 86da501 commit 9cced6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files_external/templates/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function writeParameterInput($parameter, $options, $classes = []) {
205205

206206
<div class="followupsection">
207207
<form autocomplete="false" action="#"
208-
id="global_credentials">
208+
id="global_credentials" method="post">
209209
<h2><?php p($l->t('Global credentials')); ?></h2>
210210
<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>
211211
<input type="text" name="username"

0 commit comments

Comments
 (0)