Disable autocomplete password on add_edit_user.tpml

Autocomplete should be desabled because in default web browsers fill this resoulting "Invalid user settings" message when for example user changes skin.
(cherry picked from commit 1587103d36)
This commit is contained in:
Kuba Niewiarowski
2014-01-23 01:58:45 +01:00
committed by Alexey Sokolov
parent 28994e0da3
commit 0e85418932
@@ -26,7 +26,7 @@
<div class="subsection">
<div class="inputlabel">Password:</div>
<input type="password" name="password" class="half"
title="Please enter a password." />
title="Please enter a password." autocomplete="off" />
</div>
<div class="subsection">
<div class="inputlabel">Confirm password:</div>