Input didn't have a type.
This pasword input didn't have type="input". Now it does.
This commit is contained in:
parent
e600dbd44a
commit
9bb6811d2a
|
@ -169,7 +169,7 @@ class Pref_Users extends Handler_Protected {
|
|||
print "<br/>";
|
||||
|
||||
print __('Change password to') .
|
||||
" <input size=\"20\" onkeypress=\"return filterCR(event, userEditSave)\"
|
||||
" <input type=\"password\" size=\"20\" onkeypress=\"return filterCR(event, userEditSave)\"
|
||||
name=\"password\">";
|
||||
|
||||
print "</div>";
|
||||
|
|
Loading…
Reference in New Issue