Merge pull request #24188 from nextcloud/enh/password_external_post

Move the global password for files external to post
This commit is contained in:
Roeland Jago Douma 2020-11-17 19:56:03 +01:00 committed by GitHub
commit 0f1cc78389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"