mirror of
https://github.com/znc/znc.git
synced 2026-07-06 09:51:25 +02:00
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.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user