From d7bed63c4960612a07c27c7174a8df0781464fa3 Mon Sep 17 00:00:00 2001 From: sistason <c3infra@sistason.de> Date: Sun, 25 Jun 2023 15:37:20 +0000 Subject: [PATCH] Update show.html --- uffd/templates/user/show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uffd/templates/user/show.html b/uffd/templates/user/show.html index 04b2cf3..c53f172 100644 --- a/uffd/templates/user/show.html +++ b/uffd/templates/user/show.html @@ -174,7 +174,7 @@ <div class="form-group col"> <label for="user-loginname">{{_("Password")}}</label> {% if user.id %} - <input type="password" class="form-control" id="user-password" name="password" placeholder="●●●●●●●●" minlength={{ User.PASSWORD_MINLEN }} maxlength={{ User.PASSWORD_MAXLEN }} pattern="{{ User.PASSWORD_REGEX }}"> + <input type="password" class="form-control" id="user-password" name="password" placeholder="●●●●●●●●" minlength={{ User.PASSWORD_MINLEN }} maxlength={{ User.PASSWORD_MAXLEN }} pattern="{{ User.PASSWORD_REGEX }}" autocomplete="off"> {% else %} <input type="password" class="form-control" id="user-password" name="password" placeholder="{{_("E-Mail to set it will be sent")}}" readonly> {% endif %} -- GitLab