Skip to content

Commit

Permalink
Move the global password for files external to post
Browse files Browse the repository at this point in the history
Again more false positives in some scanners

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
  • Loading branch information
rullzer authored and backportbot[bot] committed Dec 1, 2020
1 parent 86da501 commit 9cced6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_external/templates/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function writeParameterInput($parameter, $options, $classes = []) {

<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"
Expand Down

0 comments on commit 9cced6c

Please sign in to comment.