mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:15:56 +00:00
Input didn't have a type.
This pasword input didn't have type="input". Now it does.
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user