diff --git a/wire/modules/Inputfield/InputfieldPassword/InputfieldPassword.module b/wire/modules/Inputfield/InputfieldPassword/InputfieldPassword.module index 64f3c526..43011082 100644 --- a/wire/modules/Inputfield/InputfieldPassword/InputfieldPassword.module +++ b/wire/modules/Inputfield/InputfieldPassword/InputfieldPassword.module @@ -205,6 +205,7 @@ class InputfieldPassword extends InputfieldText { $newPassLabel = $this->_('New password'); $confirmLabel = $this->_('Confirm'); $name = $this->attr('name'); + $id = $this->attr('id'); $size = $this->attr('size'); $out = ''; @@ -219,7 +220,7 @@ class InputfieldPassword extends InputfieldText { $out .= "
" . - "" . + "" . "getAttributesString() . " /> " . "" . //"$angleIcon$newPassLabel" . @@ -235,9 +236,9 @@ class InputfieldPassword extends InputfieldText { "" . "
" . "" . - "" . + "" . " " . + "size='$size' id='_$id' name='_$name' value='$confirmValue' autocomplete='new-password' /> " . "" . //"$angleIcon$newPassLabel ($confirmLabel)" . "$goodIcon" . $this->_('Matches') . "" .