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:
authordrwtsn32x <rodney@savard.org>2020-12-29 20:24:44 +0300
committerdrwtsn32x <rodney@savard.org>2020-12-29 20:24:44 +0300
commit8c11f09da568b9154e442a76d5704d06dac13870 (patch)
tree5baf30f6eedb9c5d2f32a53689edf9983c71dac6
parent45c4f865e8b5c2e79c96628383d8dca4cdc5317d (diff)
add hint for password manager
-rw-r--r--Duplicati/Server/webroot/ngax/templates/restore.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Server/webroot/ngax/templates/restore.html b/Duplicati/Server/webroot/ngax/templates/restore.html
index e67a35386..4d905647f 100644
--- a/Duplicati/Server/webroot/ngax/templates/restore.html
+++ b/Duplicati/Server/webroot/ngax/templates/restore.html
@@ -134,7 +134,7 @@
or, in case of GPG encryption, leave blank to let gpg retrieve the passphrase by
invoking your system's keychain.
</p>
- <input type="password" name="restore_path" id="passphrase" ng-model="passphrase"
+ <input autocomplete="new-password" type="password" name="restore_path" id="passphrase" ng-model="passphrase"
placeholder="{{'Type passphrase here.' | translate}}" />
</div>