diff options
Diffstat (limited to 'templates/user/edit.html')
| -rw-r--r-- | templates/user/edit.html | 2 |
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> |
