Merge pull request #24479 from nextcloud/backport/24188/stable20
[stable20] Move the global password for files external to post
This commit is contained in:
commit
74f734dc97
|
@ -205,7 +205,7 @@ $canCreateMounts = $_['visibilityType'] === BackendService::VISIBILITY_ADMIN ||
|
||||||
|
|
||||||
<div class="followupsection">
|
<div class="followupsection">
|
||||||
<form autocomplete="false" action="#"
|
<form autocomplete="false" action="#"
|
||||||
id="global_credentials">
|
id="global_credentials" method="post">
|
||||||
<h2><?php p($l->t('Global credentials')); ?></h2>
|
<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>
|
<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"
|
<input type="text" name="username"
|
||||||
|
|
Loading…
Reference in New Issue