nxt.Element('input',
                nxt.Attr('type', 'password'),
                nxt.Attr('id', 'password-input'),
                nxt.Binding(user.password, function(value) { return nxt.Text(value); }),
                nxt.Event('change', function() {