Skip to content

Commit 74f734d

Browse files
authored
Merge pull request #24479 from nextcloud/backport/24188/stable20
[stable20] Move the global password for files external to post
2 parents 910fecf + c245348 commit 74f734d

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)