aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2018-11-19 16:14:18 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2018-11-19 16:14:18 -0500
commitef7024c7874256da12ea896089ca102f433ea374 (patch)
tree3f0079fb023c02532dbaaa0131f0b96cc61ece60
parentb8fe67a6b0874295a0de1f49c8cdecfe8169809b (diff)
downloadfamille-flask-ef7024c7874256da12ea896089ca102f433ea374.tar.gz
do not auto complete
-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 1797a5a..c18940f 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"
+ <input type="password" name="password" id="password" autocomplete="off"
class="form-control"/>
</div>
</div>