aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>