Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Duplicati/Server/webroot/ngax/templates/backends/s3.html')
-rw-r--r--Duplicati/Server/webroot/ngax/templates/backends/s3.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Server/webroot/ngax/templates/backends/s3.html b/Duplicati/Server/webroot/ngax/templates/backends/s3.html
index 8001b2521..7f0cce2df 100644
--- a/Duplicati/Server/webroot/ngax/templates/backends/s3.html
+++ b/Duplicati/Server/webroot/ngax/templates/backends/s3.html
@@ -70,7 +70,7 @@
</div>
<div class="input password">
<label for="s3_password" translate>AWS Access Key</label>
- <input type="password" name="s3_password" id="s3_password" ng-model="$parent.Password"
+ <input autocomplete="new-password" type="password" name="s3_password" id="s3_password" ng-model="$parent.Password"
placeholder="{{'AWS Access Key' | translate}}"/>
</div>