Merge pull request #48 from stephen-hill/master
Edit User Password Input
This commit is contained in:
commit
9803a08886
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class Pref_Users extends Handler_Protected {
|
||||||
print "<br/>";
|
print "<br/>";
|
||||||
|
|
||||||
print __('Change password to') .
|
print __('Change password to') .
|
||||||
" <input size=\"20\" onkeypress=\"return filterCR(event, userEditSave)\"
|
" <input type=\"password\" size=\"20\" onkeypress=\"return filterCR(event, userEditSave)\"
|
||||||
name=\"password\">";
|
name=\"password\">";
|
||||||
|
|
||||||
print "</div>";
|
print "</div>";
|
||||||
|
|
Loading…
Reference in a new issue