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>2021-01-02 19:31:35 +0300
committerdrwtsn32x <rodney@savard.org>2021-01-02 19:31:35 +0300
commit284376012f35b765bc2336453a4c0cbae5e75db8 (patch)
tree3b7f31ad98f6ca2c7e78d37b06f373f794e6d155 /Duplicati/Server
parent8c11f09da568b9154e442a76d5704d06dac13870 (diff)
add hint to additional password fields
Diffstat (limited to 'Duplicati/Server')
-rw-r--r--Duplicati/Server/webroot/ngax/templates/addoredit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Duplicati/Server/webroot/ngax/templates/addoredit.html b/Duplicati/Server/webroot/ngax/templates/addoredit.html
index bd59f0416..084c602f0 100644
--- a/Duplicati/Server/webroot/ngax/templates/addoredit.html
+++ b/Duplicati/Server/webroot/ngax/templates/addoredit.html
@@ -56,11 +56,11 @@
<div class="input password" ng-hide="checkGpgAsymmetric() || (Options['encryption-module'] || '').length == 0">
<label for="passphrase" translate>Passphrase</label>
- <input type="{{ShowPassphrase ? 'text' : 'password'}}" name="passphrase" id="passphrase" ng-model="Options['passphrase']" />
+ <input autocomplete="new-password" type="{{ShowPassphrase ? 'text' : 'password'}}" name="passphrase" id="passphrase" ng-model="Options['passphrase']" />
</div>
<div class="input password" ng-hide="checkGpgAsymmetric() || (Options['encryption-module'] || '').length == 0">
<label for="repeat-passphrase" translate>Repeat Passphrase</label>
- <input type="{{ShowPassphrase ? 'text' : 'password'}}" name="repeat-passphrase" id="repeat-passphrase" ng-model="RepeatPasshrase"/>
+ <input autocomplete="new-password" type="{{ShowPassphrase ? 'text' : 'password'}}" name="repeat-passphrase" id="repeat-passphrase" ng-model="RepeatPasshrase"/>
<div class="tools">
<ul>