summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-08-25 17:54:35 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-08-25 17:54:35 +0200
commit66c8819283e7088a508bdd07e2d1693f3757d42b (patch)
treebf4bd7d565e95b34dd4fc08e9b1b936b8314171d /templates
parent360a9f3054d7e25c6a5c9b1917ec33e794765c7d (diff)
Prevent chrome from completing basic auth credentials
Diffstat (limited to 'templates')
-rw-r--r--templates/part.navigation.addfeed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.navigation.addfeed.php b/templates/part.navigation.addfeed.php
index 663535115..c74ecb43c 100644
--- a/templates/part.navigation.addfeed.php
+++ b/templates/part.navigation.addfeed.php
@@ -91,7 +91,7 @@
<input type="password"
ng-model="Navigation.feed.password"
placeholder="<?php p($l->t('Password')); ?>"
- name="password">
+ name="password" autocomplete="new-password">
</div>
<!-- submit -->