aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2018-11-23 18:16:38 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2018-11-23 18:16:38 -0500
commita6fcd6e4408360b1beb565c93f8f96b2c94a1777 (patch)
tree892435f3c79add527b01aeb0d58343dac497893f
parentef7024c7874256da12ea896089ca102f433ea374 (diff)
downloadfamille-flask-a6fcd6e4408360b1beb565c93f8f96b2c94a1777.tar.gz
try to disable autocomplete again
-rw-r--r--templates/user/edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/edit.html b/templates/user/edit.html
index c18940f..b9982db 100644
--- a/templates/user/edit.html
+++ b/templates/user/edit.html
@@ -18,7 +18,7 @@
<div class="form-group form-group-sm">
<label for="password" class="col-md-4">Nouveau mot de passe :</label>
<div class="col-md-4">
- <input type="password" name="password" id="password" autocomplete="off"
+ <input type="password" name="password" id="password" autocomplete="nope"
class="form-control"/>
</div>
</div>