diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-11-17 19:56:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 19:56:03 +0100 |
commit | 0f1cc78389e77520e80a6790e10a403966733441 (patch) | |
tree | 50a3e3070ee8725d01a6c1e8d723d057f206fec6 | |
parent | 400958cb50957e7ae4b5b2310bca878612ee9cdd (diff) | |
parent | 97a1098d4d10bf5c9a8e5bc6ecd68ead419314dc (diff) | |
download | nextcloud-server-0f1cc78389e77520e80a6790e10a403966733441.tar.gz nextcloud-server-0f1cc78389e77520e80a6790e10a403966733441.zip |
Merge pull request #24188 from nextcloud/enh/password_external_post
Move the global password for files external to post
-rw-r--r-- | apps/files_external/templates/settings.php | 2 |
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" |