diff --git a/uffd/templates/user/show.html b/uffd/templates/user/show.html
index 04b2cf359c000a995d3d8687ecd3940aed0e86a2..c53f172ff28907c9e1b873f36e3997e6ad2afea5 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 %}