<% local viewtable, viewlibrary, pageinfo, session = ... %> <% if viewtable and not viewtable.errtxt then %> Content-Type: Content Type: text/xml
<% local ignore = {username=true, firstname=true, lastname=true, domain=true, ["vm-password-confirm"]=true } for name,val in pairs(viewtable.value) do if not ignore[name] then %> <% end %> <% end %>
<% end %>